summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-02-16 17:29:12 +0100
committerChristopher Speller <crspeller@gmail.com>2018-02-16 08:29:12 -0800
commit8c3a7b75de5be45a64dc06c4e998817e7b52d6bc (patch)
tree0fc63555836970e00eeedd7df648f58fb1a6199f /i18n
parent6d8f122a5160f6d9e4c51579f2429dfaa62c7271 (diff)
downloadchat-8c3a7b75de5be45a64dc06c4e998817e7b52d6bc.tar.gz
chat-8c3a7b75de5be45a64dc06c4e998817e7b52d6bc.tar.bz2
chat-8c3a7b75de5be45a64dc06c4e998817e7b52d6bc.zip
[PLT-539] Update incoming webhooks to accept multipart/form-data content (#7873)
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 de910fca8..6e7d583b5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3063,6 +3063,10 @@
"translation": "Could not read payload of incoming webhook."
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "Initializing webhook API routes"
},