From c03cc3ae83e2bfd4254fa1d4e69b6974c502061f Mon Sep 17 00:00:00 2001 From: raeno Date: Wed, 5 Dec 2018 20:29:59 +0400 Subject: [PATCH] Change english validation error messages --- src/i18n/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index b21a959e9b..d9c9995ad5 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" } },