mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 01:58:12 +08:00
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:
parent
c2b83f4dfa
commit
e0da8d3ce6
|
@ -2200,7 +2200,7 @@ en:
|
||||||
category_search_priority:
|
category_search_priority:
|
||||||
very_low_weight_invalid: "You cannot set the weight to be greater than 'category_search_priority_low_weight'."
|
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'."
|
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'."
|
very_high_weight_invalid: "You cannot set the weight to be smaller than 'category_search_priority_high_weight'."
|
||||||
unicode_username_whitelist:
|
unicode_username_whitelist:
|
||||||
regex_invalid: "The regular expression is invalid: %{error}"
|
regex_invalid: "The regular expression is invalid: %{error}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user