Skip to content

Commit 901bee8

Browse files
committed
WIP
1 parent 4f619bf commit 901bee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular-awesome-error.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"username_REQUIRED" : "Username Required",
6161
"password_REQUIRED" : "Password Required",
6262
"useremail_INVALID" : "Invalid Email",
63-
"username_INVALID_PATTERN" : "Username should contain alphabets and number length between 3-15",
63+
"username_INVALID_PATTERN" : "Username should contain alphabets and number length between 1-15",
6464
"email_INVALID" : "Invalid Email",
6565
"email_REQUIRED" : "Email Required",
66-
"password_LENGTH_PATTERN" : "Password length shouble be between 7 and 20",
66+
"password_LENGTH_PATTERN" : "Password should be 3 to 15 characters long",
6767
"USERNAME_ALREADY_TAKEN" : "Sorry, Username already taken"
6868
};
6969

0 commit comments

Comments
 (0)