mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 05:20:15 +08: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-header">
|
||||
<span class="title">
|
||||
{{i18n (concat "emoji_picker." group)}}
|
||||
{{i18n (concat "emoji_picker." group) translatedFallback=group}}
|
||||
</span>
|
||||
</div>
|
||||
{{#if emojis.length}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user