PLT-7040: Fix capitalisation of Elasticsearch in Config. (#7020)

Этот коммит содержится в:
George Goldberg
2017-07-27 08:48:02 +01:00
коммит произвёл GitHub
родитель 244b15ea5b
Коммит ff0a790516
8 изменённых файлов: 58 добавлений и 58 удалений

Просмотреть файл

@@ -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",