From e1168ab7cc9770ab71fda6994ee80ef0e64e15d7 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 29 Jun 2017 16:39:13 +0200 Subject: [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 --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/en.json') 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", -- cgit v1.2.3-1-g7c22