From 910a348a10ab3d08a8f8eb1e0f068eb7273ffe73 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 30 Mar 2018 09:01:26 +0200 Subject: [PATCH] [fix] Fix bad error field validation message --- www/i18n/locale-en-GB.json | 4 ++-- www/i18n/locale-en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/i18n/locale-en-GB.json b/www/i18n/locale-en-GB.json index 82f61959..3397c63f 100644 --- a/www/i18n/locale-en-GB.json +++ b/www/i18n/locale-en-GB.json @@ -585,8 +585,8 @@ "EQUALS_TO_PSEUDO": "Must be different from pseudonym", "EQUALS_TO_SALT": "Must be different from secret identifier", "FIELD_REQUIRED": "This field is required.", - "FIELD_TOO_SHORT": "Value is too short (min {{minLength]] characters).", - "FIELD_TOO_SHORT_WITH_LENGTH": "This field value is too short.", + "FIELD_TOO_SHORT": "This field value is too short.", + "FIELD_TOO_SHORT_WITH_LENGTH": "Value is too short (min {{minLength]] characters).", "FIELD_TOO_LONG": "Value is exceeding max length.", "FIELD_TOO_LONG_WITH_LENGTH": "Value is too long (max {{maxLength}} characters).", "FIELD_MIN": "Minimum value: {{min}}", diff --git a/www/i18n/locale-en.json b/www/i18n/locale-en.json index 7cf11a1f..0212742a 100644 --- a/www/i18n/locale-en.json +++ b/www/i18n/locale-en.json @@ -585,8 +585,8 @@ "EQUALS_TO_PSEUDO": "Must be different from pseudonym", "EQUALS_TO_SALT": "Must be different from secret identifier", "FIELD_REQUIRED": "This field is required.", - "FIELD_TOO_SHORT": "Value is too short (min {{minLength]] characters).", - "FIELD_TOO_SHORT_WITH_LENGTH": "This field value is too short.", + "FIELD_TOO_SHORT": "This field value is too short.", + "FIELD_TOO_SHORT_WITH_LENGTH": "Value is too short (min {{minLength]] characters).", "FIELD_TOO_LONG": "Value is exceeding max length.", "FIELD_TOO_LONG_WITH_LENGTH": "Value is too long (max {{maxLength}} characters).", "FIELD_MIN": "Minimum value: {{min}}", -- GitLab