summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index fd43adbf0..1c1281263 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -492,6 +492,10 @@
"translation": "Unable to create /echo post, err=%v"
},
{
+ "id": "api.command_echo.message.app_error",
+ "translation": "A message must be provided with the /echo command."
+ },
+ {
"id": "api.command_echo.delay.app_error",
"translation": "Delays must be under 10000 seconds"
},