diff options
| author | 2014-08-10 20:51:49 +0200 | |
|---|---|---|
| committer | 2014-08-10 20:52:14 +0200 | |
| commit | b43733d847ef70c0be55553a1c713c9ce90e8298 (patch) | |
| tree | d9372e4f334d3e1e13b0314e4f87054660485d63 /app | |
| parent | eceb7756cfcf117c2a18984291181a84697ed3cd (diff) | |
Forget to change the i18n string
See https://github.com/marienfressinaud/FreshRSS/issues/465
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/fr.php | 2 | ||||
| -rw-r--r-- | app/views/index/formLogin.phtml | 2 |
2 files changed, 2 insertions, 2 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', diff --git a/app/views/index/formLogin.phtml b/app/views/index/formLogin.phtml index f01a950b6..b79c1b614 100644 --- a/app/views/index/formLogin.phtml +++ b/app/views/index/formLogin.phtml @@ -17,7 +17,7 @@ <div> <label class="checkbox" for="keep_logged_in"> <input type="checkbox" name="keep_logged_in" id="keep_logged_in" value="1" /> - <?php echo _t('session_active'); ?> + <?php echo _t('keep_logged_in'); ?> </label> <br /> </div> |
