mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 00:25:19 +02:00
[ticket/10325] fix language key
PHPBB3-10325
This commit is contained in:
parent
f1e615c429
commit
c048067bbd
@ -31,7 +31,7 @@ class ucp_remind
|
|||||||
|
|
||||||
if (!$config['allow_password_reset'])
|
if (!$config['allow_password_reset'])
|
||||||
{
|
{
|
||||||
trigger_error($user->lang('UCP_FORGOT_PASSWORD_DISABLED', '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'));
|
trigger_error($user->lang('UCP_PASSWORD_RESET_DISABLED', '<a href="mailto:' . htmlspecialchars($config['board_contact']) . '">', '</a>'));
|
||||||
}
|
}
|
||||||
|
|
||||||
$username = request_var('username', '', true);
|
$username = request_var('username', '', true);
|
||||||
|
@ -521,7 +521,7 @@ $lang = array_merge($lang, array(
|
|||||||
'UCP_USERGROUPS_MEMBER' => 'Edit memberships',
|
'UCP_USERGROUPS_MEMBER' => 'Edit memberships',
|
||||||
'UCP_USERGROUPS_MANAGE' => 'Manage groups',
|
'UCP_USERGROUPS_MANAGE' => 'Manage groups',
|
||||||
|
|
||||||
'UCP_FORGOT_PASSWORD_DISABLED' => 'The administrator has disabled the password reset ability. If you need help accessing your account, please contact the %sBoard Administrator%s',
|
'UCP_PASSWORD_RESET_DISABLED' => 'The administrator has disabled the password reset ability. If you need help accessing your account, please contact the %sBoard Administrator%s',
|
||||||
'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.',
|
'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.',
|
||||||
'UCP_REMIND' => 'Send password',
|
'UCP_REMIND' => 'Send password',
|
||||||
'UCP_RESEND' => 'Send activation email',
|
'UCP_RESEND' => 'Send activation email',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user