summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-10-25 19:48:29 +0100
committerJoram Wilander <jwawilander@gmail.com>2017-10-25 14:48:29 -0400
commitdcb59058cf3d9e489822661fddc81fd051c4f728 (patch)
treebbfa56898a10feacf802938c4ba64df2668a1ee0 /i18n
parent4491b5ecdfad96959f9a9ab32a5f127bbfa7eac5 (diff)
downloadchat-dcb59058cf3d9e489822661fddc81fd051c4f728.tar.gz
chat-dcb59058cf3d9e489822661fddc81fd051c4f728.tar.bz2
chat-dcb59058cf3d9e489822661fddc81fd051c4f728.zip
PLT-7976: Configurable timeout for Elasticsearch requests. (#7716)
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 a684c5be0..4a37757af 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3888,6 +3888,10 @@
"translation": "Elasticsearch Bulk Indexing Time Window must be at least 1 second."
},
{
+ "id": "model.config.is_valid.elastic_search.request_timeout_seconds.app_error",
+ "translation": "Elasticsearch Request Timeout must be at least 1 second."
+ },
+ {
"id": "ent.emoji.licence_disable.app_error",
"translation": "Custom emoji restrictions disabled by current license. Please contact your system administrator about upgrading your enterprise license."
},