mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
UX: add text near group flair settings explaining that flair only shows for a user's primary group
This commit is contained in:
parent
a74781fbbc
commit
b9801d2e26
2 changed files with 6 additions and 0 deletions
|
@ -119,6 +119,11 @@
|
|||
{{text-field name="flair_color" class="flair_color" value=model.flair_color placeholderKey="admin.groups.flair_color_placeholder"}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
<strong>{{i18n 'admin.groups.flair_note'}}</strong>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{#if flairPreviewIcon}}
|
||||
|
|
|
@ -2411,6 +2411,7 @@ en:
|
|||
flair_color: "Avatar Flair Color"
|
||||
flair_color_placeholder: "(Optional) Hex color value"
|
||||
flair_preview: "Preview"
|
||||
flair_note: "Note: Flair will only show for a user's primary group."
|
||||
|
||||
|
||||
api:
|
||||
|
|
Loading…
Reference in a new issue