diff options
author | Azul <azul@leap.se> | 2012-11-26 14:32:50 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-26 14:32:50 +0100 |
commit | bf74255d1530fe5852dc6e6c27ef975ce9aa8d3c (patch) | |
tree | 1a46627f7376dc038fb025981cc9b96236c43908 /users/config | |
parent | 1ea7da1314a46a87512e4f3d7f99249883f4f12f (diff) |
added admin menu and user index action
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" |