diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-10-01 21:46:51 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-01 21:46:51 -0400 |
commit | c7b43126bd7f5ef1b76a546029754ee44d68288e (patch) | |
tree | 27cc8c8d4bb4c6ba7ea8a46f37792def512d8159 | |
parent | ad7ad8745a33581680091c5ade9377c0aae74715 (diff) | |
download | gitlab-ce-c7b43126bd7f5ef1b76a546029754ee44d68288e.tar.gz |
Add recently_reset message to Devise translations
-rw-r--r-- | config/locales/devise.en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index bd4c3ebc69e..22070e37f07 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -30,6 +30,7 @@ en: success: "Successfully authenticated from %{kind} account." passwords: no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided." + recently_reset: "Instructions about how to reset your password have already been sent recently. Please wait a few minutes to try again." send_instructions: "You will receive an email with instructions on how to reset your password in a few minutes." send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes." updated: "Your password has been changed successfully. You are now signed in." |