UX: add a hint that tags can be included in tag groups (#13326)

This commit is contained in:
Andrei Prigorshnev 2021-06-08 20:14:34 +04:00 committed by GitHub
parent 21e8a33177
commit 49c231c993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>."