diff options
Diffstat (limited to 'users/config')
-rw-r--r-- | users/config/locales/en.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml index be3f28e..1260494 100644 --- a/users/config/locales/en.yml +++ b/users/config/locales/en.yml @@ -6,3 +6,9 @@ en: 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" |