summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-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"
},