summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-06-03 00:11:03 +0800
committerChristopher Speller <crspeller@gmail.com>2017-06-02 09:11:03 -0700
commitf1b317a51fcadfd5feab9e4c496195e0cacba8c9 (patch)
treecb789b68cc5a09a41d03131c56dd44a3ec3a6098 /i18n/en.json
parent6a54f3c4890135ea925365e59628afbb58ff6f87 (diff)
downloadchat-f1b317a51fcadfd5feab9e4c496195e0cacba8c9.tar.gz
chat-f1b317a51fcadfd5feab9e4c496195e0cacba8c9.tar.bz2
chat-f1b317a51fcadfd5feab9e4c496195e0cacba8c9.zip
add shortcut that opens a comment thread for most recent message in a channel (#6549)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index b71c1e915..7922115b0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -748,6 +748,10 @@
"translation": "UP (in empty input field): Edit your last message in the current channel\n"
},
{
+ "id": "api.command_shortcuts.msgs.reply",
+ "translation": "SHIFT+UP (in empty input field): Reply to the most recent message in the current channel\n"
+ },
+ {
"id": "api.command_shortcuts.msgs.header",
"translation": "#### Messages\n\n"
},