diff options
Diffstat (limited to 'src/i18n/en.json')
| -rw-r--r-- | src/i18n/en.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 8fd546ef..6e13993f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -72,7 +72,15 @@ "fullname": "Display name", "password_confirm": "Password confirmation", "registration": "Registration", - "token": "Invite token" + "token": "Invite token", + "validations": { + "username_required": "username 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" + } }, "settings": { "attachmentRadius": "Attachments", |
