diff options
| author | 2014-02-15 12:25:06 +0100 | |
|---|---|---|
| committer | 2014-02-15 12:25:06 +0100 | |
| commit | cddec2d76f2c5d25d3008d5e2a60fddad6028a5d (patch) | |
| tree | bb5003941fcf4dcecf7d0c8c11f9b0a1eb84dece /app/i18n/en.php | |
| parent | a34941f41875bcc9d260c8dfcf9d44a00f835bc9 (diff) | |
Improve login page
- if user cannot log in, a 403 error is showed (and it is done in controller)
- 403 error message has been changed to match with the error
- add blank spaces on persona login page
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index fd51eb1ca..790e853f5 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -3,6 +3,7 @@ return array ( // LAYOUT 'login' => 'Login', + 'login_with_persona' => 'Login with Persona', 'logout' => 'Logout', 'search' => 'Search words or #tags', 'search_short' => 'Search', @@ -276,7 +277,7 @@ return array ( 'logs_empty' => 'Log file is empty', 'clear_logs' => 'Clear the logs', - 'forbidden_access' => 'Access forbidden! (%s)', + 'forbidden_access' => 'Access is forbidden!', 'login_required' => 'Login required:', 'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!', |
