Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-07-10 15:56:35 +0400
committerMarin Jankovski <marin@gitlab.com>2014-07-10 15:56:35 +0400
commit108be8a666d7478e78c39c8e4e54db622f0e58dc (patch)
treec5cbd0f17c1c85af2c463aa4fa41605bdc443998 /config
parent1e3fce1a82ee3583f2e209f48c30b964e32a637c (diff)
Update to accomodate devise deprecations and backward incompatible changes.
Diffstat (limited to 'config')
-rw-r--r--config/locales/devise.en.yml3
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.'