diff options
| author | 2014-08-10 20:51:49 +0200 | |
|---|---|---|
| committer | 2014-08-10 20:52:14 +0200 | |
| commit | b43733d847ef70c0be55553a1c713c9ce90e8298 (patch) | |
| tree | d9372e4f334d3e1e13b0314e4f87054660485d63 /app/i18n/fr.php | |
| parent | eceb7756cfcf117c2a18984291181a84697ed3cd (diff) | |
Forget to change the i18n string
See https://github.com/marienfressinaud/FreshRSS/issues/465
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 63d779471..0607f7c47 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -3,7 +3,7 @@ return array ( // LAYOUT 'login' => 'Connexion', - 'session_active' => 'Rester connecté', + 'keep_logged_in' => 'Rester connecté', 'login_with_persona' => 'Connexion avec Persona', 'logout' => 'Déconnexion', 'search' => 'Rechercher des mots ou des #tags', |
