Change english validation error messages

fix_empty_profiles
raeno 6 years ago
parent f1d1fd64d3
commit c03cc3ae83

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

Loading…
Cancel
Save