summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-04 11:17:56 -0800
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-04 11:17:56 -0800
commitf6bfa095bf3178c94464fa3b5afb706e9a6b778c (patch)
tree5023242d07454f83e43f3a70f29625165c5969b3
parent9acd7cf1bdc53fefe28b516e7e39523b866a8daa (diff)
parent107a4e386a84484f2d966f95416d8fe2a99ce0c2 (diff)
downloadgitlab-ce-f6bfa095bf3178c94464fa3b5afb706e9a6b778c.tar.gz
Merge pull request #2172 from skarphet/patch-1
Devise locale updated to stay consistent with GitLab
-rw-r--r--config/locales/devise.en.yml2
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.'