Fix #2224 misleading error message about activation email

This commit is contained in:
Kijin Sung 2023-12-30 21:42:03 +09:00
parent 3c2097197e
commit d8bc11ba60
2 changed files with 2 additions and 2 deletions

View file

@ -207,7 +207,7 @@ $lang->msg_not_uploaded_image_mark = 'Image mark could not be registered.';
$lang->msg_not_uploaded_group_image_mark = 'Group image mark could not be registered.';
$lang->msg_accept_agreement = 'You should accept all required agreements in order to sign up.';
$lang->msg_user_denied = 'You have entered a prohibited ID.';
$lang->msg_user_not_confirmed = 'Your account is not activated yet. A confirmation email has been sent to %s. Please check your email and click the activation link to continue.';
$lang->msg_user_not_confirmed = 'Your account is not activated yet. If you just signed up, please check the confirmation email sent to %s. If you have not received the confirmation email, please visit the Resend Activation Email menu.';
$lang->msg_user_limited = 'You have entered an ID that cannot be used before %s';
$lang->msg_admin_ip_not_allowed = 'Your IP address is not allowed to log in as an administrator.';
$lang->about_rechecked_password = 'Confirm your password before editing account information.';