Change english validation error messages

This commit is contained in:
raeno 2018-12-05 20:29:59 +04:00
parent f1d1fd64d3
commit c03cc3ae83

View file

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