From e0da8d3ce6d7f0f0c45d9046be4e543ed9dcd1d7 Mon Sep 17 00:00:00 2001 From: Risto Date: Mon, 6 Jan 2020 08:15:28 +0200 Subject: [PATCH] UX: correct validation message for category search priority The default value is 1.2 so it can surely be set greater than 1. --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 1c5eeb7c46..312fcbebc0 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2200,7 +2200,7 @@ en: category_search_priority: very_low_weight_invalid: "You cannot set the weight to be greater than 'category_search_priority_low_weight'." low_weight_invalid: "You cannot set the weight to be greater or equal to 1 or smaller than 'category_search_priority_very_low_weight'." - high_weight_invalid: "You cannot set the weight to be greater or equal to 1 or greater than 'category_search_priority_very_high_weight'." + high_weight_invalid: "You cannot set the weight to be smaller or equal to 1 or greater than 'category_search_priority_very_high_weight'." very_high_weight_invalid: "You cannot set the weight to be smaller than 'category_search_priority_high_weight'." unicode_username_whitelist: regex_invalid: "The regular expression is invalid: %{error}"