diff --git a/src/app/components/dialogs/footer-login-dialog/footer-login-dialog.component.html b/src/app/components/dialogs/footer-login-dialog/footer-login-dialog.component.html index 737112263bca57a3044b28f5d3af8a9339d8753c..94f867ff11f761133d1a7dbe1c3fd4e61c4cd84d 100644 --- a/src/app/components/dialogs/footer-login-dialog/footer-login-dialog.component.html +++ b/src/app/components/dialogs/footer-login-dialog/footer-login-dialog.component.html @@ -1,5 +1,7 @@ -<h3>Login as Guest</h3> -<p>Do you really want to leave the current page and login as a guest?</p> +<h3 mat-header>Login as Guest</h3> +<p mat-line>Do you really want to leave the current page and login as a guest?</p> +<p mat-line>You'll be logged out if you are currently loged in</p> + <mat-action-row> <button mat-button (click)="dialogRef.close('login')">Login</button> <button mat-button (click)="onNoClick()">Cancel</button>