Skip to content
Snippets Groups Projects
Commit c03cc3ae authored by raeno's avatar raeno
Browse files

Change english validation error messages

parent f1d1fd64
Branches
No related tags found
No related merge requests found
......@@ -74,11 +74,11 @@
"registration": "Registration",
"token": "Invite token",
"validations": {
"username_required": "should not be blank",
"fullname_required": "should not be blank",
"email_required": "should not be blank",
"password_required": "should not be blank",
"password_confirmation_required": "should not be blank",
"username_required": "cannot be left blank",
"fullname_required": "cannot be left blank",
"email_required": "cannot be left blank",
"password_required": "cannot be left blank",
"password_confirmation_required": "cannot be left blank",
"password_confirmation_match": "should be the same as password"
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment