summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorVeraLyu <lvroyce0210@gmail.com>2017-03-19 21:53:12 +0800
committerJoram Wilander <jwawilander@gmail.com>2017-03-19 09:53:12 -0400
commit9b10f3ef5450886bc2eb47fc58b649ff67109b1d (patch)
treea0e050d9d58b9ca528e86f8f186a9c043d4927c5 /webapp/i18n/en.json
parentefd6c8606664797f20a3f591b68ee79ee1a1682a (diff)
downloadchat-9b10f3ef5450886bc2eb47fc58b649ff67109b1d.tar.gz
chat-9b10f3ef5450886bc2eb47fc58b649ff67109b1d.tar.bz2
chat-9b10f3ef5450886bc2eb47fc58b649ff67109b1d.zip
Split delete modal trigger for reuse (#5740)
Spllit delete modal trigger for reuse and make emoji delete to use this modal trigger.
Diffstat (limited to 'webapp/i18n/en.json')
-rwxr-xr-x[-rw-r--r--]webapp/i18n/en.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index bc30b53e7..85974b721 100644..100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1275,6 +1275,9 @@
"emoji_list.add": "Add Custom Emoji",
"emoji_list.creator": "Creator",
"emoji_list.delete": "Delete",
+ "emoji_list.delete.confirm.button": "Delete",
+ "emoji_list.delete.confirm.msg": "This action permanently deletes the custom emoji. Are you sure you want to delete it?",
+ "emoji_list.delete.confirm.title": "Delete Custom Emoji",
"emoji_list.empty": "No Custom Emoji Found",
"emoji_list.header": "Custom Emoji",
"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.",