From 51d4bcada9ef290ec74b5ffea00635131254ad88 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 16 Jul 2018 15:19:39 +0200 Subject: Fix forgot password message regarding email --- client/src/app/login/login.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { .subscribe( res => { const message = this.i18n( - 'An email with the reset password instructions will be sent to {{ email }}.', + 'An email with the reset password instructions will be sent to {{email}}.', { email: this.forgotPasswordEmail } ) this.notificationsService.success(this.i18n('Success'), message) -- cgit v1.2.3