Fix forgot password message regarding email

This commit is contained in:
Chocobozzz 2018-07-16 15:19:39 +02:00
parent f2bbd1e1b1
commit 51d4bcada9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export class LoginComponent extends FormReactive implements OnInit {
.subscribe( .subscribe(
res => { res => {
const message = this.i18n( 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 } { email: this.forgotPasswordEmail }
) )
this.notificationsService.success(this.i18n('Success'), message) this.notificationsService.success(this.i18n('Success'), message)