From d1adb56ea6971881938ce8b335d422219bee56be Mon Sep 17 00:00:00 2001 From: Heinrich Marks <heinrich.marks@mni.thm.de> Date: Sun, 1 Apr 2018 22:09:00 +0200 Subject: [PATCH] Adjustments --- .../footer-login-dialog/footer-login-dialog.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 737112263..94f867ff1 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> -- GitLab