mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 12:40:40 +08:00
UX: add a paragraph description on the tags tab of the category settings
This commit is contained in:
parent
c29ff3d2d5
commit
cbc8236288
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user