aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i18n/en.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index b21a959e..d9c9995a 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -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"
}
},