UX: correct validation message for category search priority

The default value is 1.2 so it can surely be set greater than 1.
This commit is contained in:
Risto 2020-01-06 08:15:28 +02:00 committed by Sam
parent c2b83f4dfa
commit e0da8d3ce6

View File

@ -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}"