Commit f6bfa095bf3178c94464fa3b5afb706e9a6b778c
Exists in
master
and in
4 other branches
Merge pull request #2172 from skarphet/patch-1
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.' | ... | ... |