mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: display translated fallback as the group name for custom emoji groups
This commit is contained in:
parent
9a656e18e9
commit
d7d9c10c1d
@ -59,7 +59,7 @@
|
|||||||
<div class="section" data-section="custom-{{group}}">
|
<div class="section" data-section="custom-{{group}}">
|
||||||
<div class="section-header">
|
<div class="section-header">
|
||||||
<span class="title">
|
<span class="title">
|
||||||
{{i18n (concat "emoji_picker." group)}}
|
{{i18n (concat "emoji_picker." group) translatedFallback=group}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{{#if emojis.length}}
|
{{#if emojis.length}}
|
||||||
|
Loading…
Reference in New Issue
Block a user