mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:38:52 +00:00
[ticket/10771] Using Remember Me instead of autologin or persistent keys
Changed language variable LOG_ME_IN's value to "Remember me" PHPBB3-10771
This commit is contained in:
parent
e86ecc0f3b
commit
dacacbbd52
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ $lang = array_merge($lang, array(
|
||||||
'LOGIN_EXPLAIN_VIEWONLINE' => 'In order to view the online list you have to be registered and logged in.',
|
'LOGIN_EXPLAIN_VIEWONLINE' => 'In order to view the online list you have to be registered and logged in.',
|
||||||
'LOGOUT' => 'Logout',
|
'LOGOUT' => 'Logout',
|
||||||
'LOGOUT_USER' => 'Logout [ %s ]',
|
'LOGOUT_USER' => 'Logout [ %s ]',
|
||||||
'LOG_ME_IN' => 'Log me on automatically each visit',
|
'LOG_ME_IN' => 'Remember me',
|
||||||
|
|
||||||
'MARK' => 'Mark',
|
'MARK' => 'Mark',
|
||||||
'MARK_ALL' => 'Mark all',
|
'MARK_ALL' => 'Mark all',
|
||||||
|
|
Loading…
Add table
Reference in a new issue