mirror of
https://github.com/discourse/discourse.git
synced 2025-05-14 02:03:42 +08:00
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}}
|
{{#if tagInfo.category_restricted}}
|
||||||
{{i18n "tagging.category_restricted"}}
|
{{i18n "tagging.category_restricted"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{i18n "tagging.default_info"}}
|
{{html-safe (i18n "tagging.default_info" basePath=(base-path))}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
@ -3634,7 +3634,7 @@ en:
|
|||||||
tags: "Tags"
|
tags: "Tags"
|
||||||
choose_for_topic: "optional tags"
|
choose_for_topic: "optional tags"
|
||||||
info: "Info"
|
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."
|
category_restricted: "This tag is restricted to categories you don't have permission to access."
|
||||||
synonyms: "Synonyms"
|
synonyms: "Synonyms"
|
||||||
synonyms_description: "When the following tags are used, they will be replaced with <b>%{base_tag_name}</b>."
|
synonyms_description: "When the following tags are used, they will be replaced with <b>%{base_tag_name}</b>."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user