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.';

View file

@ -209,7 +209,7 @@ $lang->msg_not_uploaded_image_mark = '이미지 마크를 등록할 수 없습
$lang->msg_not_uploaded_group_image_mark = '그룹 이미지 마크를 등록할 수 없습니다.';
$lang->msg_accept_agreement = '필수 약관에 모두 동의해야 가입하실 수 있습니다.';
$lang->msg_user_denied = '입력한 아이디의 사용이 중지 되었습니다.';
$lang->msg_user_not_confirmed = '가입 인증이 완료되지 않았습니다. %s 메일로 인증 정보가 발송되었으니 확인하시고 인증 링크를 클릭해 주세요.';
$lang->msg_user_not_confirmed = '가입 인증이 완료되지 않았습니다. 지금 가입하셨다면 %s 메일로 인증 링크가 발송되었으니 확인 후 클릭해 주시고, 메일을 받지 못하셨다면 인증메일 재발송 기능을 이용해 주세요.';
$lang->msg_user_limited = '입력한 아이디는 %s 까지 사용하실 수 없습니다.';
$lang->msg_admin_ip_not_allowed = '접속하신 IP 주소에서는 관리자 로그인이 허용되지 않습니다.';
$lang->about_rechecked_password = '회원의 정보를 안전하게 보호하기 위해 비밀번호를 다시 한번 확인 합니다.';