summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 04:26:36 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 04:26:36 +0000
commit64f5d6ddf06620e4989ffe414602998016f39ac5 (patch)
tree85014d4541b12310f38acc73b5bf556a16929516
parent1f835a81a7b23a8e90375867089728a45e168414 (diff)
downloadgitlab-ce-remove-signin-flash.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.
-rw-r--r--config/locales/devise.en.yml4
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