Commit 107a4e386a84484f2d966f95416d8fe2a99ce0c2
1 parent
9acd7cf1
Exists in
master
and in
4 other branches
Devise locale updated to stay consistent with GitLab
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/locales/devise.en.yml
... | ... | @@ -14,7 +14,7 @@ en: |
14 | 14 | devise: |
15 | 15 | failure: |
16 | 16 | already_authenticated: 'You are already signed in.' |
17 | - unauthenticated: 'You need to sign in or sign up before continuing.' | |
17 | + unauthenticated: 'You need to sign in before continuing.' | |
18 | 18 | unconfirmed: 'You have to confirm your account before continuing.' |
19 | 19 | locked: 'Your account is locked.' |
20 | 20 | invalid: 'Invalid email or password.' | ... | ... |