From dd3a0d3890a2b59866df1cc4a300dd851dac69dc Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Wed, 30 Aug 2017 14:57:36 +0200 Subject: [PATCH] Tweak emoji warning message --- Resources/Plugins/emoji-keyboard/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Plugins/emoji-keyboard/browser.js b/Resources/Plugins/emoji-keyboard/browser.js index 926b321a..7ec200cc 100644 --- a/Resources/Plugins/emoji-keyboard/browser.js +++ b/Resources/Plugins/emoji-keyboard/browser.js @@ -87,7 +87,7 @@ enabled(){ var generateEmojiHTML = skinTone => { let index = 0; - let html = [ "<p style='font-size:13px;color:#444;margin:4px;text-align:center'>Please, note that most emoji will not show up properly in the text box above, but they will display in the tweet.</p>" ]; + let html = [ "<p style='font-size:13px;color:#444;margin:4px;text-align:center'>Please, note that some emoji may not show up correctly in the text box above, but they will display in the tweet.</p>" ]; for(let array of [ this.emojiData1, this.emojiData2[skinTone], this.emojiData3 ]){ for(let emoji of array){