diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-07-10 13:56:35 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-07-10 13:56:35 +0200 |
commit | 108be8a666d7478e78c39c8e4e54db622f0e58dc (patch) | |
tree | c5cbd0f17c1c85af2c463aa4fa41605bdc443998 /config/locales | |
parent | 1e3fce1a82ee3583f2e209f48c30b964e32a637c (diff) | |
download | gitlab-ce-108be8a666d7478e78c39c8e4e54db622f0e58dc.tar.gz |
Update to accomodate devise deprecations and backward incompatible changes.
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/devise.en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index 275273a0b12..1cbcde5b3da 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -25,6 +25,9 @@ en: sessions: signed_in: 'Signed in successfully.' signed_out: 'Signed out successfully.' + users_sessions: + user: + signed_in: 'Signed in successfully.' passwords: send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.' updated: 'Your password was changed successfully. You are now signed in.' |