From 6496205461c58b21d8ee33733b234c31ef1b36f2 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 22 Jul 2016 10:54:03 -0400 Subject: [PATCH] Updated custom emoji help text (#3653) --- .../components/emoji/components/emoji_list.jsx | 16 ++++++++++++---- webapp/i18n/en.json | 3 ++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/webapp/components/emoji/components/emoji_list.jsx b/webapp/components/emoji/components/emoji_list.jsx index 257cc567fb..273fc8a257 100644 --- a/webapp/components/emoji/components/emoji_list.jsx +++ b/webapp/components/emoji/components/emoji_list.jsx @@ -141,10 +141,18 @@ export default class EmojiList extends React.Component { - +

+ +

+

+ +

diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index ad1c1d3636..f4e4351113 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1026,7 +1026,8 @@ "emoji_list.creator": "Creator", "emoji_list.delete": "Delete", "emoji_list.empty": "No Custom Emoji Found", - "emoji_list.help": "Custom emoji are available to everyone on your server and will appear in the emoji autocomplete menu. Other users may need to refresh the page before new emojis appear.", + "emoji_list.help": "Custom emoji are available to everyone on your server. Type ':' in a message box to bring up the emoji selection menu. Other users may need to refresh the page before new emojis appear.", + "emoji_list.help2": "Tip: If you add #, ##, or ### as the first character on a new line containing emoji, you can use larger sized emoji. To try it out, send a message such as: '# :smile:'.", "emoji_list.image": "Image", "emoji_list.name": "Name", "emoji_list.search": "Search Custom Emoji",