# Emoji-kiezer toont emoji's en gifs geüpload onder de groep "gifs" onder "\[en.emoji\_picker.gifs\]"

**URL:** https://meta.discourse.org/t/emoji-picker-shows-emojis-gifs-uploaded-under-gifs-group-under-en-emoji-picker-gifs/216116
**Category:** Bug
**Created:** [26 januari 2022 om 19:24 UTC](https://meta.discourse.org/t/emoji-picker-shows-emojis-gifs-uploaded-under-gifs-group-under-en-emoji-picker-gifs/216116 "2022-01-26T19:24:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Hifihedgehog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hifihedgehog/32/140207_2.png) [@Hifihedgehog](https://meta.discourse.org/u/Hifihedgehog)
#### Post date: [26 januari 2022 om 19:24 UTC](https://meta.discourse.org/t/emoji-picker-shows-emojis-gifs-uploaded-under-gifs-group-under-en-emoji-picker-gifs/216116/1 "2022-01-26T19:24:47Z")

</div>

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?

 ![image](https://global.discourse-cdn.com/meta/original/3X/a/0/a0dee315018d2c515e392ca8ae352ed79bd360bc.png)

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [26 januari 2022 om 19:31 UTC](https://meta.discourse.org/t/emoji-picker-shows-emojis-gifs-uploaded-under-gifs-group-under-en-emoji-picker-gifs/216116/2 "2022-01-26T19:31:00Z")

</div>

Hello

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

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

```

GIF is the name of the section.

---

<div class="post-metadata">

### Author: ![Hifihedgehog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hifihedgehog/32/140207_2.png) [@Hifihedgehog](https://meta.discourse.org/u/Hifihedgehog)
#### Post date: [26 januari 2022 om 19:38 UTC](https://meta.discourse.org/t/emoji-picker-shows-emojis-gifs-uploaded-under-gifs-group-under-en-emoji-picker-gifs/216116/4 "2022-01-26T19:38:23Z")

</div>

That worked perfectly! Thanks!
