Fix incorrect lang code

This commit is contained in:
Kijin Sung 2021-01-08 20:03:02 +09:00
parent 2717f420e0
commit 89240196c3
2 changed files with 2 additions and 2 deletions

View file

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