summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-07-27 08:48:02 +0100
committerGitHub <noreply@github.com>2017-07-27 08:48:02 +0100
commitff0a7905166e29ecf9404fa90d23af7863885384 (patch)
treeedb8f060e2e083cdb55ed4c0d464ac44b7112242 /i18n
parent244b15ea5b7039ecca1614140cbcf62ba3379184 (diff)
downloadchat-ff0a7905166e29ecf9404fa90d23af7863885384.tar.gz
chat-ff0a7905166e29ecf9404fa90d23af7863885384.tar.bz2
chat-ff0a7905166e29ecf9404fa90d23af7863885384.zip
PLT-7040: Fix capitalisation of Elasticsearch in Config. (#7020)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 627ea680b..251b1d929 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3621,11 +3621,11 @@
},
{
"id": "ent.elasticsearch.search_posts.disabled",
- "translation": "ElasticSearch searching is disabled on this server"
+ "translation": "Elasticsearch searching is disabled on this server"
},
{
"id": "ent.elasticsearch.generic.disabled",
- "translation": "ElasticSearch search is not enabled on this server"
+ "translation": "Elasticsearch search is not enabled on this server"
},
{
"id": "ent.elasticsearch.purge_indexes.delete_failed",
@@ -3641,23 +3641,23 @@
},
{
"id": "ent.elasticsearch.create_client.connect_failed",
- "translation": "Setting up ElasticSearch Client Failed"
+ "translation": "Setting up Elasticsearch Client Failed"
},
{
"id": "ent.elasticsearch.create_index_if_not_exists.index_create_failed",
- "translation": "Failed to create ElasticSearch index"
+ "translation": "Failed to create Elasticsearch index"
},
{
"id": "ent.elasticsearch.create_index_if_not_exists.index_exists_failed",
- "translation": "Failed to establish whether ElasticSearch index exists"
+ "translation": "Failed to establish whether Elasticsearch index exists"
},
{
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
- "translation": "Failed to setup ElasticSearch index mapping"
+ "translation": "Failed to setup Elasticsearch index mapping"
},
{
"id": "ent.elasticsearch.start.index_settings_failed",
- "translation": "Failed to set ElasticSearch index settings"
+ "translation": "Failed to set Elasticsearch index settings"
},
{
"id": "ent.elasticsearch.test_config.connect_failed",