diff options
author | m4sk1n <me@m4sk.in> | 2017-08-07 17:20:21 +0200 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-08-08 00:20:21 +0900 |
commit | 47579ec58ce984acc9f194f8cb145abd88d0ea19 (patch) | |
tree | d84211600b82495286908636f23ffcb326ef8657 /config/locales | |
parent | 3363a05539c0c774fca4651755e6423fe131d205 (diff) |
It makes no sense to try using invalid or expired link again (#4521)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index d3f3d4f71..1fa0de90b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -228,7 +228,7 @@ en: delete_account_html: If you wish to delete your account, you can <a href="%{path}">proceed here</a>. You will be asked for confirmation. didnt_get_confirmation: Didn't receive confirmation instructions? forgot_password: Forgot your password? - invalid_reset_password_token: Password reset link is invalid or expired. Please try again. + invalid_reset_password_token: Password reset token is invalid or expired. Please request a new one. login: Log in logout: Logout register: Sign up |