summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesse Hallam <jesse.hallam@gmail.com>2018-01-02 11:41:23 -0500
committerChristopher Speller <crspeller@gmail.com>2018-01-02 08:41:23 -0800
commite9fe9f50dd5839a7cf0926a2d97e88a19c9b831e (patch)
tree87073ea7310a356b4f2d78a5b5f569730ef89257 /i18n
parentb902e4eea9732573d3a3dc9f6a62ca7029cac409 (diff)
downloadchat-e9fe9f50dd5839a7cf0926a2d97e88a19c9b831e.tar.gz
chat-e9fe9f50dd5839a7cf0926a2d97e88a19c9b831e.tar.bz2
chat-e9fe9f50dd5839a7cf0926a2d97e88a19c9b831e.zip
[PLT-8173] Add username and profile picture to webhook set up pages (#8002)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index d687449b8..f82d86af9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1425,6 +1425,10 @@
"translation": "Incoming webhooks have been disabled by the system admin."
},
{
+ "id": "api.incoming_webhook.invalid_post_username.app_error",
+ "translation": "Invalid username."
+ },
+ {
"id": "api.ldap.init.debug",
"translation": "Initializing LDAP API routes"
},
@@ -4979,6 +4983,14 @@
"translation": "Invalid Id"
},
{
+ "id": "model.incoming_hook.username.app_error",
+ "translation": "Invalid username"
+ },
+ {
+ "id": "model.incoming_hook.post_icon_url.app_error",
+ "translation": "Invalid post icon"
+ },
+ {
"id": "model.incoming_hook.team_id.app_error",
"translation": "Invalid team ID"
},