diff options
| author | 2014-09-18 15:40:23 +0200 | |
|---|---|---|
| committer | 2014-09-18 15:40:23 +0200 | |
| commit | 70df99c1fcd88b30a6a9d71954af1e31dfade489 (patch) | |
| tree | dca2a3c6e87acab924554ceb423c46ee837a8ac7 /app/i18n/en.php | |
| parent | 94915f1c0a477c240e6072b6ccc2f71152181510 (diff) | |
Add a link on Persona page to reset auth system
See https://github.com/marienfressinaud/FreshRSS/issues/521
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 11edc603f..a012783a3 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -5,6 +5,7 @@ return array ( 'login' => 'Login', 'keep_logged_in' => 'Keep me logged in <small>(1 month)</small>', 'login_with_persona' => 'Login with Persona', + 'login_persona_problem' => 'Problem of connection with Persona?', 'logout' => 'Logout', 'search' => 'Search words or #tags', 'search_short' => 'Search', |
