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

Change english validation error messages

parent f1d1fd64
No related branches found
No related tags found
1 merge request!399Registration form: Client side validation + better display of server validation errors
...@@ -74,11 +74,11 @@ ...@@ -74,11 +74,11 @@
"registration": "Registration", "registration": "Registration",
"token": "Invite token", "token": "Invite token",
"validations": { "validations": {
"username_required": "should not be blank", "username_required": "cannot be left blank",
"fullname_required": "should not be blank", "fullname_required": "cannot be left blank",
"email_required": "should not be blank", "email_required": "cannot be left blank",
"password_required": "should not be blank", "password_required": "cannot be left blank",
"password_confirmation_required": "should not be blank", "password_confirmation_required": "cannot be left blank",
"password_confirmation_match": "should be the same as password" "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.
Finish editing this message first!
Please register or to comment