FIX: display translated fallback as the group name for custom emoji groups

This commit is contained in:
Jeff Wong 2022-06-10 13:39:36 -07:00
parent 9a656e18e9
commit d7d9c10c1d

View File

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