diff options
author | skarphet <skarphet@gmail.com> | 2012-12-04 19:19:26 +0100 |
---|---|---|
committer | skarphet <skarphet@gmail.com> | 2012-12-04 19:19:26 +0100 |
commit | 107a4e386a84484f2d966f95416d8fe2a99ce0c2 (patch) | |
tree | 5023242d07454f83e43f3a70f29625165c5969b3 /config/locales | |
parent | 9acd7cf1bdc53fefe28b516e7e39523b866a8daa (diff) | |
download | gitlab-ce-107a4e386a84484f2d966f95416d8fe2a99ce0c2.tar.gz |
Devise locale updated to stay consistent with GitLab
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/devise.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index a78cb6b670b..3b763cf410d 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -14,7 +14,7 @@ en: devise: failure: already_authenticated: 'You are already signed in.' - unauthenticated: 'You need to sign in or sign up before continuing.' + unauthenticated: 'You need to sign in before continuing.' unconfirmed: 'You have to confirm your account before continuing.' locked: 'Your account is locked.' invalid: 'Invalid email or password.' |