From fb24c572fa650149f7c328fb65f3ab95c02acec3 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Mon, 10 Aug 2020 21:01:20 +0300 Subject: [PATCH] update i18n strings (#5966) --- lib/core/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json index 78af8b9fb8..c06f967872 100644 --- a/lib/core/i18n/en.json +++ b/lib/core/i18n/en.json @@ -180,9 +180,9 @@ "VALIDATORS": { "FLOAT_VALIDATION_ERROR": "Use a number format", "INT_VALIDATION_ERROR": "Use an integer format", - "LENGTH_VALIDATION_ERROR": "Value should be minimum {{ minLength }} and maximum {{ maxLength }} in length", + "LENGTH_VALIDATION_ERROR": "Value should be between {{ minLength }} and {{ maxLength }} in length", "MATCH_VALIDATION_ERROR": "Value doesn't match pattern: {{ expression }}", - "MINMAX_VALIDATION_ERROR": "Value should be between minimum {{ minValue }} and maximum {{ maxValue }}" + "MINMAX_VALIDATION_ERROR": "Value should be between {{ minValue }} and {{ maxValue }}" }, "MORE": "More" },