diff options
Diffstat (limited to 'users/config/locales/en.yml')
-rw-r--r-- | users/config/locales/en.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml index 172b85f..1260494 100644 --- a/users/config/locales/en.yml +++ b/users/config/locales/en.yml @@ -4,3 +4,11 @@ en: cancel: "Cancel" login: "Login" login_message: "Please login with your account." + wrong_password: "wrong password" + user_not_found: "could not be found" + + activemodel: + models: + user: + one: User + other: "%{count} Users" |