diff options
| author | Henry Jameson <me@hjkos.com> | 2019-08-12 20:01:38 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-08-12 20:03:48 +0300 |
| commit | 5851f97eb058b3e2df91f9122ba899bc7e4affaf (patch) | |
| tree | 3e635d2a5f6d9755b24d5331a7a97043755d9ecb /src/i18n | |
| parent | 579b5c9e77154db5fe1bc712969b6fa39830442f (diff) | |
fixed a lot of bugs with emoji picker, improved relevant components
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 60a3e284..13f7168f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -106,8 +106,13 @@ "expired": "Poll ended {0} ago", "not_enough_options": "Too few unique options in poll" }, - "stickers": { - "add_sticker": "Add Sticker" + "emoji": { + "stickers": "Stickers", + "emoji": "Emoji", + "search_emoji": "Search for an emoji", + "add_emoji": "Insert emoji", + "custom": "Custom emoji", + "unicode": "Unicode emoji" }, "interactions": { "favs_repeats": "Repeats and Favorites", |
