]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix forgot password message regarding email
authorChocobozzz <me@florianbigard.com>
Mon, 16 Jul 2018 13:19:39 +0000 (15:19 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 16 Jul 2018 13:19:39 +0000 (15:19 +0200)
client/src/app/login/login.component.ts

index a91522db367e41460592deefd6388ea72f7e7be8..56f992b5d605baa8ce342e86249cf3e6bc01d034 100644 (file)
@@ -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)