Change english validation error messages

This commit is contained in:
raeno 2018-12-05 20:29:59 +04:00
parent f1d1fd64d3
commit c03cc3ae83
1 changed files with 5 additions and 5 deletions

View File

@ -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"
}
},