summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index b0b120b4e..35a9a3102 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -300,6 +300,10 @@
"translation": "Integrations have been limited to admins only."
},
{
+ "id": "api.command.duplicate_trigger.app_error",
+ "translation": "This trigger word is already in use. Please choose another word."
+ },
+ {
"id": "api.command.delete.app_error",
"translation": "Inappropriate permissions to delete command"
},
@@ -1856,6 +1860,10 @@
"translation": "Outgoing webhooks have been disabled by the system admin."
},
{
+ "id": "api.webhook.create_outgoing.intersect.app_error",
+ "translation": "Outgoing webhooks from the same channel cannot have the same trigger words/callback URLs."
+ },
+ {
"id": "api.webhook.create_outgoing.not_open.app_error",
"translation": "Outgoing webhooks can only be created for public channels."
},