From 164795c8d74a263e9d5f2e752809bb59573f033d Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Tue, 30 Oct 2018 08:59:14 +0100 Subject: [PATCH] [ML] Remove obsolete sentence from info tooltip. (#24716) (#24723) --- x-pack/plugins/ml/public/components/json_tooltip/tooltips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ml/public/components/json_tooltip/tooltips.json b/x-pack/plugins/ml/public/components/json_tooltip/tooltips.json index 35b90c9ff073..84a9f2cc2791 100644 --- a/x-pack/plugins/ml/public/components/json_tooltip/tooltips.json +++ b/x-pack/plugins/ml/public/components/json_tooltip/tooltips.json @@ -72,7 +72,7 @@ "text": "Character used to encapsulate values containing reserved characters." }, "new_job_enable_datafeed_job": { - "text": "Required for jobs that analyze data from Elasticsearch.\nRequires data format to be set to Elasticsearch/" + "text": "Required for jobs that analyze data from Elasticsearch." }, "new_job_data_source": { "text": "Elasticsearch versions 1.7.x and 2+ supported."