summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorBrian Olecki <bolecki019@gmail.com>2016-11-15 10:43:16 -0500
committerenahum <nahumhbl@gmail.com>2016-11-15 12:43:16 -0300
commit6297922ab9561dbf774ab5d51619abfc4a411e40 (patch)
tree84bbced4d8282f5e8af957164d6e92ae50238011 /i18n
parent1f241af48a9554b6865d1ac79b4261341ab9b3f3 (diff)
downloadchat-6297922ab9561dbf774ab5d51619abfc4a411e40.tar.gz
chat-6297922ab9561dbf774ab5d51619abfc4a411e40.tar.bz2
chat-6297922ab9561dbf774ab5d51619abfc4a411e40.zip
Add support for editing slash commands (#4335)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 4d5ccd525..a5a1e5928 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -440,6 +440,14 @@
"translation": "Inappropriate permissions to regenerate command token"
},
{
+ "id": "api.command.team_mismatch.app_error",
+ "translation": "Cannot update commands across teams"
+ },
+ {
+ "id": "api.command.update.app_error",
+ "translation": "Inappropriate permissions to update command"
+ },
+ {
"id": "api.command_away.desc",
"translation": "Set your status away"
},