diff options
| author | 2014-08-10 21:59:08 +0200 | |
|---|---|---|
| committer | 2014-08-10 21:59:44 +0200 | |
| commit | 086bb8df35cf3d9b4de50b7e549f8abbff55635b (patch) | |
| tree | 8ab51615d8a5238b117a0fe527c46664932418b3 /app/i18n/fr.php | |
| parent | 93a77f84d45ee4eccda7c837dc08f17360f3de0f (diff) | |
Add 1 month indication for "keep me logged in"
.prompt .form is also now larger
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 0607f7c47..ba8c8686a 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -3,7 +3,7 @@ return array ( // LAYOUT 'login' => 'Connexion', - 'keep_logged_in' => 'Rester connecté', + 'keep_logged_in' => 'Rester connecté <small>(1 mois)</small>', 'login_with_persona' => 'Connexion avec Persona', 'logout' => 'Déconnexion', 'search' => 'Rechercher des mots ou des #tags', |
