aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login/login.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/login/login.component.ts')
-rw-r--r--client/src/app/login/login.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/login/login.component.ts b/client/src/app/login/login.component.ts
index a91522db3..56f992b5d 100644
--- a/client/src/app/login/login.component.ts
+++ b/client/src/app/login/login.component.ts
@@ -64,7 +64,7 @@ export class LoginComponent extends FormReactive implements OnInit {
64 .subscribe( 64 .subscribe(
65 res => { 65 res => {
66 const message = this.i18n( 66 const message = this.i18n(
67 'An email with the reset password instructions will be sent to {{ email }}.', 67 'An email with the reset password instructions will be sent to {{email}}.',
68 { email: this.forgotPasswordEmail } 68 { email: this.forgotPasswordEmail }
69 ) 69 )
70 this.notificationsService.success(this.i18n('Success'), message) 70 this.notificationsService.success(this.i18n('Success'), message)