aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/en.json')
-rw-r--r--src/i18n/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 6e13993f..b21a959e 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -74,9 +74,9 @@
"registration": "Registration",
"token": "Invite token",
"validations": {
- "username_required": "username should not be blank",
+ "username_required": "should not be blank",
+ "fullname_required": "should not be blank",
"email_required": "should not be blank",
- "email_valid": "should be valid email",
"password_required": "should not be blank",
"password_confirmation_required": "should not be blank",
"password_confirmation_match": "should be the same as password"