diff options
| author | raeno <just.raeno@gmail.com> | 2018-12-05 20:29:59 +0400 |
|---|---|---|
| committer | raeno <just.raeno@gmail.com> | 2018-12-05 20:29:59 +0400 |
| commit | c03cc3ae83e2bfd4254fa1d4e69b6974c502061f (patch) | |
| tree | 225963db319bda9d0700bfabf172dfee4fc21fce /src | |
| parent | f1d1fd64d3b560e138b502e38b7d697a8ad99b41 (diff) | |
Change english validation error messages
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 10 |
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" } }, |
