UX: add a hint that tags can be included in tag groups (#13326)
This commit is contained in:
parent
21e8a33177
commit
49c231c993
|
@ -28,7 +28,7 @@
|
|||
{{#if tagInfo.category_restricted}}
|
||||
{{i18n "tagging.category_restricted"}}
|
||||
{{else}}
|
||||
{{i18n "tagging.default_info"}}
|
||||
{{html-safe (i18n "tagging.default_info" basePath=(base-path))}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
@ -3634,7 +3634,7 @@ en:
|
|||
tags: "Tags"
|
||||
choose_for_topic: "optional tags"
|
||||
info: "Info"
|
||||
default_info: "This tag isn't restricted to any categories, and has no synonyms."
|
||||
default_info: "This tag isn't restricted to any categories, and has no synonyms. To add restrictions, put this tag in a <a href=%{basePath}/tag_groups>tag group</a>."
|
||||
category_restricted: "This tag is restricted to categories you don't have permission to access."
|
||||
synonyms: "Synonyms"
|
||||
synonyms_description: "When the following tags are used, they will be replaced with <b>%{base_tag_name}</b>."
|
||||
|
|
Loading…
Reference in New Issue