diff options
Diffstat (limited to 'client/src/app/login/login.component.ts')
-rw-r--r-- | client/src/app/login/login.component.ts | 2 |
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 12c631107..911b9982f 100644 --- a/client/src/app/login/login.component.ts +++ b/client/src/app/login/login.component.ts | |||
@@ -78,7 +78,7 @@ export class LoginComponent extends FormReactive implements OnInit { | |||
78 | .subscribe( | 78 | .subscribe( |
79 | () => { | 79 | () => { |
80 | const message = this.i18n( | 80 | const message = this.i18n( |
81 | 'An email with the reset password instructions will be sent to {{email}}.', | 81 | 'An email with the reset password instructions will be sent to {{email}}. The link will expire within 1 hour.', |
82 | { email: this.forgotPasswordEmail } | 82 | { email: this.forgotPasswordEmail } |
83 | ) | 83 | ) |
84 | this.notifier.success(message) | 84 | this.notifier.success(message) |