summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-06-29 16:39:13 +0200
committerHarrison Healey <harrisonmhealey@gmail.com>2017-06-29 10:39:13 -0400
commite1168ab7cc9770ab71fda6994ee80ef0e64e15d7 (patch)
treefeec158a3994b86387a408776a3e55cd9eb949d4 /i18n
parent50b662040c5c2e2544b3517dc766f1837c7f05e1 (diff)
downloadchat-e1168ab7cc9770ab71fda6994ee80ef0e64e15d7.tar.gz
chat-e1168ab7cc9770ab71fda6994ee80ef0e64e15d7.tar.bz2
chat-e1168ab7cc9770ab71fda6994ee80ef0e64e15d7.zip
[PLT-6847] If a message starts with a / but is not a slash command, put the text back in the input box when it fails to send (#6695)
* If a message starts with a / but is not a slash command, put the text back in the input box when it fails to send * update string per review * update per review
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index ff34cf54f..807612d32 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -429,7 +429,7 @@
},
{
"id": "api.command.execute_command.not_found.app_error",
- "translation": "Command with a trigger of '{{.Trigger}}' not found"
+ "translation": "Command with a trigger of '{{.Trigger}}' not found. To send a message beginning with \"/\", try adding an empty space at the beginning of the message."
},
{
"id": "api.command.execute_command.save.app_error",