diff --git a/common/lang/en.php b/common/lang/en.php index d68a21b28..74a4e6f29 100644 --- a/common/lang/en.php +++ b/common/lang/en.php @@ -237,7 +237,7 @@ $lang->msg_input_password = 'Please type the password.'; $lang->msg_invalid_document = 'Invalid Article Number'; $lang->msg_invalid_request = 'Invalid Request'; $lang->msg_invalid_password = 'The password you entered is incorrect.'; -$lang->msg_password_match = 'The two passwords do not match. Please check for typos.'; +$lang->msg_password_mismatch = 'The two passwords do not match. Please check for typos.'; $lang->msg_security_violation = 'Security Violation'; $lang->msg_method_not_allowed = 'This HTTP method is not allowed for this action.'; $lang->msg_feature_disabled = 'This feature is disabled.'; diff --git a/common/lang/ko.php b/common/lang/ko.php index 344e28fb6..453329bc2 100644 --- a/common/lang/ko.php +++ b/common/lang/ko.php @@ -239,7 +239,7 @@ $lang->msg_input_password = '비밀번호를 입력하세요.'; $lang->msg_invalid_document = '잘못된 문서번호입니다.'; $lang->msg_invalid_request = '잘못된 요청입니다.'; $lang->msg_invalid_password = '비밀번호가 올바르지 않습니다.'; -$lang->msg_password_match = '비밀번호가 서로 일치하지 않습니다. 오타 여부를 확인해 주십시오.'; +$lang->msg_password_mismatch = '비밀번호가 서로 일치하지 않습니다. 오타 여부를 확인해 주십시오.'; $lang->msg_security_violation = '보안정책상 허용되지 않습니다.'; $lang->msg_method_not_allowed = '이 요청에 사용할 수 없는 HTTP 메소드입니다.'; $lang->msg_feature_disabled = '사용할 수 없는 기능입니다.';