mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/10325] fix acp language
PHPBB3-10325
This commit is contained in:
parent
1d0c8a1fe8
commit
00d5cde04e
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ $lang = array_merge($lang, array(
|
|||
'ALL' => 'All',
|
||||
'ALLOW_AUTOLOGIN' => 'Allow "Remember Me" logins',
|
||||
'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users are given "Remember Me" option when they visit the board.',
|
||||
'ALLOW_PASSWORD_RESET' => 'Allow "Forgot Password"',
|
||||
'ALLOW_PASSWORD_RESET' => 'Allow password reset ("Forgot Password")',
|
||||
'ALLOW_PASSWORD_RESET_EXPLAIN' => 'Determines whether or not users are able to use the "I forgot my password" link on the login page to recover their account. If you use an external authentication mechanism you may wish to disable this feature.',
|
||||
'AUTOLOGIN_LENGTH' => '"Remember Me" login key expiration length (in days)',
|
||||
'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which "Remember Me" login keys are removed or zero to disable.',
|
||||
|
|
Loading…
Add table
Reference in a new issue