UX: add a paragraph description on the tags tab of the category settings

This commit is contained in:
Neil Lalonde 2019-03-08 16:46:32 -05:00
parent c29ff3d2d5
commit cbc8236288
2 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,7 @@
<label for="category-allowed-tag-groups">{{i18n 'category.tags_allowed_tag_groups'}}</label>
{{tag-group-chooser id="category-allowed-tag-groups" tagGroups=category.allowed_tag_groups}}
</section>
<section class='field'>
{{i18n 'category.tags_tab_description'}}
</section>

View File

@ -2373,6 +2373,7 @@ en:
tags_allowed_tags: "Only allow these tags to be used in this category:"
tags_allowed_tag_groups: "Only allow tags from these groups to be used in this category:"
tags_placeholder: "(Optional) list of allowed tags"
tags_tab_description: "Tags and tag groups specified here will only be available in this category and other categories that also specify them. They won't be available for use in other categories."
tag_groups_placeholder: "(Optional) list of allowed tag groups"
topic_featured_link_allowed: "Allow featured links in this category"
delete: "Delete Category"