diff --git a/IRaCIS.Core.Application/Resources/en-US.json b/IRaCIS.Core.Application/Resources/en-US.json index 21e86b7..81f5dad 100644 --- a/IRaCIS.Core.Application/Resources/en-US.json +++ b/IRaCIS.Core.Application/Resources/en-US.json @@ -34,7 +34,7 @@ "User_UsernameExist": "The user name already exists.", "User_PhoneDup": "A user with the same phone number already exists in this user type.", "User_EmailDup": "A user with the same email already exists in this user type.", - "User_NewOldPwdSame": "The new password is the same as the latest old one.", + "User_NewOldPwdSame": "The new password cannot be the same as the latest one.", "User_OldPwdInvalid": "The old password is wrong.", "User_LegalEmail": "Please input a legal email.", "User_VerificationCodeError": "The verification code is wrong.",