diff options
| author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-04 11:17:56 -0800 |
|---|---|---|
| committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-04 11:17:56 -0800 |
| commit | f6bfa095bf3178c94464fa3b5afb706e9a6b778c (patch) | |
| tree | 5023242d07454f83e43f3a70f29625165c5969b3 | |
| parent | 9acd7cf1bdc53fefe28b516e7e39523b866a8daa (diff) | |
| parent | 107a4e386a84484f2d966f95416d8fe2a99ce0c2 (diff) | |
| download | gitlab-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.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.' |
