We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f619bf commit 901bee8Copy full SHA for 901bee8
angular-awesome-error.js
@@ -60,10 +60,10 @@
60
"username_REQUIRED" : "Username Required",
61
"password_REQUIRED" : "Password Required",
62
"useremail_INVALID" : "Invalid Email",
63
- "username_INVALID_PATTERN" : "Username should contain alphabets and number length between 3-15",
+ "username_INVALID_PATTERN" : "Username should contain alphabets and number length between 1-15",
64
"email_INVALID" : "Invalid Email",
65
"email_REQUIRED" : "Email Required",
66
- "password_LENGTH_PATTERN" : "Password length shouble be between 7 and 20",
+ "password_LENGTH_PATTERN" : "Password should be 3 to 15 characters long",
67
"USERNAME_ALREADY_TAKEN" : "Sorry, Username already taken"
68
};
69
0 commit comments