diff options
author | nullkal <nullkal@users.noreply.github.com> | 2017-08-04 00:45:45 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-03 17:45:45 +0200 |
commit | dfcd2834f9589bda573eb133057588f351f570b5 (patch) | |
tree | bb6515cc278cab6e00ca9a607eebedee1a47e57e /config/locales | |
parent | 09e86ef90b1e220bca54b5b3cb270d7672237c13 (diff) |
Redirect to PasswordController#new when reset_password_token is invalid (#4506)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 90b4fe82b..1d092d20c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -234,6 +234,7 @@ en: resend_confirmation: Resend confirmation instructions reset_password: Reset password set_new_password: Set new password + invalid_reset_password_token: Password reset link is invalid or expired. Please try again. authorize_follow: error: Unfortunately, there was an error looking up the remote account follow: Follow |