summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-07-26 15:50:38 +0100
committerGitHub <noreply@github.com>2018-07-26 15:50:38 +0100
commit185ed89978e0d88d75b5c606104e78058753bd4d (patch)
treef7950dbbc6f429618f7bb0aa45ccdf613b8afc19 /i18n
parent8948b91d7a80169b12907e16581cfdd53bbb73f1 (diff)
downloadchat-185ed89978e0d88d75b5c606104e78058753bd4d.tar.gz
chat-185ed89978e0d88d75b5c606104e78058753bd4d.tar.bz2
chat-185ed89978e0d88d75b5c606104e78058753bd4d.zip
MM-11243: Make Elasticsearch work after enabling without restart. (#9146)
* MM-11243: Make Elasticsearch work after enabling without restart. * Also cope with config vars changing whilst enabled.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 986dfc81b..9ed77b07d 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -168,6 +168,14 @@
"translation": "Channel is already deleted"
},
{
+ "id": "ent.elasticsearch.start.already_started.app_error",
+ "translation": "Elasticsearch is already started"
+ },
+ {
+ "id": "ent.elasticsearch.stop.already_stopped.app_error",
+ "translation": "Elasticsearch is already stopped"
+ },
+ {
"id": "api.channel.join_channel.permissions.app_error",
"translation": "You do not have the appropriate permissions"
},