diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-19 04:26:36 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-19 04:26:36 +0000 |
commit | 64f5d6ddf06620e4989ffe414602998016f39ac5 (patch) | |
tree | 85014d4541b12310f38acc73b5bf556a16929516 /config/locales | |
parent | 1f835a81a7b23a8e90375867089728a45e168414 (diff) | |
download | gitlab-ce-64f5d6ddf06620e4989ffe414602998016f39ac5.tar.gz |
Remove signout flash message because it also makes no sense.remove-signin-flash
You get redirected after signuout to gitlab.com and see this message on login page which makes no sense.
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/devise.en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index ed350d2a065..f3db5b7476e 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -24,7 +24,7 @@ en: inactive: 'Your account was not activated yet.' sessions: signed_in: '' - signed_out: 'Signed out successfully.' + signed_out: '' users_sessions: user: signed_in: 'Signed in successfully.' @@ -57,4 +57,4 @@ en: reset_password_instructions: subject: 'Reset password instructions' unlock_instructions: - subject: 'Unlock Instructions' + subject: 'Unlock Instructions'
\ No newline at end of file |