summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-03-13 12:49:19 -0400
committerGitHub <noreply@github.com>2017-03-13 12:49:19 -0400
commit59d06b5c56f487570867cdc8b87b2e29c04d450f (patch)
treebbefc2d11719fe778e9c07cb3bffd159a806373b /i18n
parent27d2c1f6febdc6b80f60837086ebe0c08f975147 (diff)
downloadchat-59d06b5c56f487570867cdc8b87b2e29c04d450f.tar.gz
chat-59d06b5c56f487570867cdc8b87b2e29c04d450f.tar.bz2
chat-59d06b5c56f487570867cdc8b87b2e29c04d450f.zip
Implement GET /cluster/status endpoint for APIv4 (#5732)
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 bfb2017e9..a3254a4ce 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -72,6 +72,10 @@
"translation": "Error reading log file"
},
{
+ "id": "api.cluster.init.debug",
+ "translation": "Initializing cluster API routes"
+ },
+ {
"id": "api.admin.get_brand_image.not_available.app_error",
"translation": "Custom branding is not configured or supported on this server"
},