diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4d10b092aa..51da541633 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -4201,7 +4201,9 @@ en: title: "Tags" staff_tag_disallowed: 'The tag "%{tag}" may only be applied by staff.' staff_tag_remove_disallowed: 'The tag "%{tag}" may only be removed by staff.' - minimum_required_tags: "You must select at least %{count} tags." + minimum_required_tags: + one: "You must select at least %{count} tag." + other: "You must select at least %{count} tags." upload_row_too_long: "The CSV file should have one tag per line. Optionally the tag can be followed by a comma, then the tag group name." forbidden: in_this_category: '"%{tag_name}" cannot be used in this category'