diff options
author | Azul <azul@leap.se> | 2012-11-22 13:05:32 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-22 13:05:32 +0100 |
commit | 6d5f8d0f993093b51d1f11bb528c535dcf88a969 (patch) | |
tree | 6664d69537dae7c1a9a60972a1ce2e3dc9e43031 /users/config/locales/en.yml | |
parent | cec9ad7c514f2f3c767bd12bfc3df28db4d1a98b (diff) |
beautify login workflow
* translating error messages
* not caching login and password in js anymore
* catching non responses
Diffstat (limited to 'users/config/locales/en.yml')
-rw-r--r-- | users/config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml index 172b85f..be3f28e 100644 --- a/users/config/locales/en.yml +++ b/users/config/locales/en.yml @@ -4,3 +4,5 @@ en: cancel: "Cancel" login: "Login" login_message: "Please login with your account." + wrong_password: "wrong password" + user_not_found: "could not be found" |