FIX: Pluralization error for tag error message
This commit is contained in:
parent
643c75c419
commit
b3873b95d0
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue