Compare commits
No commits in common. "083595cdeae3c7ea887bc47a9b2ab029ee6cd8b6" and "891f6b3f7f89ac4c75bd0036d223bfda4daf4db1" have entirely different histories.
083595cdea
...
891f6b3f7f
|
|
@ -34,7 +34,7 @@
|
||||||
"User_UsernameExist": "The user name already exists.",
|
"User_UsernameExist": "The user name already exists.",
|
||||||
"User_PhoneDup": "A user with the same phone number already exists in this user type.",
|
"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_EmailDup": "A user with the same email already exists in this user type.",
|
||||||
"User_NewOldPwdSame": "The new password cannot be the same as the latest one.",
|
"User_NewOldPwdSame": "The new password is the same as the latest old one.",
|
||||||
"User_OldPwdInvalid": "The old password is wrong.",
|
"User_OldPwdInvalid": "The old password is wrong.",
|
||||||
"User_LegalEmail": "Please input a legal email.",
|
"User_LegalEmail": "Please input a legal email.",
|
||||||
"User_VerificationCodeError": "The verification code is wrong.",
|
"User_VerificationCodeError": "The verification code is wrong.",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue