mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-03 01:15:48 -04: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"}}
|
{{text-field name="flair_color" class="flair_color" value=model.flair_color placeholderKey="admin.groups.flair_color_placeholder"}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<div>
|
||||||
|
<strong>{{i18n 'admin.groups.flair_note'}}</strong>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if flairPreviewIcon}}
|
{{#if flairPreviewIcon}}
|
||||||
|
|
|
@ -2411,6 +2411,7 @@ en:
|
||||||
flair_color: "Avatar Flair Color"
|
flair_color: "Avatar Flair Color"
|
||||||
flair_color_placeholder: "(Optional) Hex color value"
|
flair_color_placeholder: "(Optional) Hex color value"
|
||||||
flair_preview: "Preview"
|
flair_preview: "Preview"
|
||||||
|
flair_note: "Note: Flair will only show for a user's primary group."
|
||||||
|
|
||||||
|
|
||||||
api:
|
api:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue