diff options
| author | 2014-08-10 20:51:49 +0200 | |
|---|---|---|
| committer | 2014-08-10 20:52:14 +0200 | |
| commit | b43733d847ef70c0be55553a1c713c9ce90e8298 (patch) | |
| tree | d9372e4f334d3e1e13b0314e4f87054660485d63 /app/views | |
| parent | eceb7756cfcf117c2a18984291181a84697ed3cd (diff) | |
Forget to change the i18n string
See https://github.com/marienfressinaud/FreshRSS/issues/465
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/index/formLogin.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
