diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-19 05:56:02 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-19 05:56:02 +0000 |
commit | a5bfd568f048ab154090a2b0923b19244db080c7 (patch) | |
tree | c030227e84a98067a67e8f90d22bca4c663a0c6a | |
parent | f3d50461962b1a9696cad234560d4362264ec411 (diff) | |
parent | 64f5d6ddf06620e4989ffe414602998016f39ac5 (diff) | |
download | gitlab-ce-a5bfd568f048ab154090a2b0923b19244db080c7.tar.gz |
Merge branch 'remove-signin-flash' into 'master'
Remove success signin message by devise
I find it really annoying every time I login into GitLab it shows me
that I successfully signed in. But this makes no sense to me. I already
see dashboard and dont see login screen. Its obvious I signed in
successfully. Instead it just show annyoing message every time taking
part of space on my screen.
See merge request !401
-rw-r--r-- | config/locales/devise.en.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index 1cbcde5b3da..f3db5b7476e 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -23,8 +23,8 @@ en: timeout: 'Your session expired, please sign in again to continue.' inactive: 'Your account was not activated yet.' sessions: - signed_in: 'Signed in successfully.' - signed_out: 'Signed out successfully.' + signed_in: '' + 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 |