Emoji picker shows emojis gifs uploaded under "gifs" group under "[en.emoji_picker.gifs]"

I uploaded some fun little gifs under a “gifs” group in the Customize->Emoji section of the admin panel. When I go to the emoji picker, I see this ugly codified name, [en.emoji_picker.gifs]. Is there some setting or additional step I am missing?

Hello

I believe you have to translate it manual. Create a new theme component and add the following code in Head section

<script>
  I18n.translations.en.js.emoji_picker.gifs = "GIF";
</script>

GIF is the name of the section.

2 Likes

That worked perfectly! Thanks!

1 Like