From 5cfac858e9120d0b7adbf617adef674bc0bc8f49 Mon Sep 17 00:00:00 2001 From: amyblais Date: Fri, 9 Aug 2019 15:07:21 -0400 Subject: [PATCH] Fix typos in en.json (#11810) --- i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 227cec4fe2..b208ea95c1 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4468,15 +4468,15 @@ }, { "id": "model.config.is_valid.elastic_search.connection_url.app_error", - "translation": "Elastic Search ConnectionUrl setting must be provided when Elastic Search indexing is enabled." + "translation": "Elasticsearch ConnectionUrl setting must be provided when Elastic Search indexing is enabled." }, { "id": "model.config.is_valid.elastic_search.enable_autocomplete.app_error", - "translation": "Elastic Search IndexingEnabled setting must be set to true when Elastic Search AutocompleteEnabled is set to true." + "translation": "Elasticsearch IndexingEnabled setting must be set to true when Elastic Search AutocompleteEnabled is set to true." }, { "id": "model.config.is_valid.elastic_search.enable_searching.app_error", - "translation": "Elastic Search IndexingEnabled setting must be set to true when Elastic Search SearchEnabled is set to true." + "translation": "Elasticsearch IndexingEnabled setting must be set to true when Elastic Search SearchEnabled is set to true." }, { "id": "model.config.is_valid.elastic_search.live_indexing_batch_size.app_error",