From ab5a1d2c548ebc0c1c9788de2cc4efa5fdb4a3c5 Mon Sep 17 00:00:00 2001 From: Pete Harverson Date: Thu, 25 Oct 2018 08:05:45 +0100 Subject: [PATCH] [ML] Edits to the text on the Data Visualizer landing pages (#24518) (#24547) --- .../selector/datavisualizer_selector.js | 12 ++++++------ .../components/about_panel/welcome_content.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/x-pack/plugins/ml/public/datavisualizer/selector/datavisualizer_selector.js b/x-pack/plugins/ml/public/datavisualizer/selector/datavisualizer_selector.js index c9fee6ea9cd8d..f7107f12f012c 100644 --- a/x-pack/plugins/ml/public/datavisualizer/selector/datavisualizer_selector.js +++ b/x-pack/plugins/ml/public/datavisualizer/selector/datavisualizer_selector.js @@ -25,14 +25,14 @@ import { isFullLicense } from '../../license/check_license'; function startTrialDescription() { return ( - To experience what the full Machine Learning features of a {' '} + To experience the full Machine Learning features that a {' '} Platinum subscription {' '} - have to offer, start a 30-day trial from the license management page. + offers, start a 30-day trial. ); } @@ -67,7 +67,7 @@ export function DatavisualizerSelector() { } title="Import data" - description="Visualize data from a log file. Supported for files up to 100MB in size." + description="Import data from a log file. You can upload files up to 100 MB." betaBadgeLabel="Experimental" betaBadgeTooltipContent="Experimental feature. We'd love to hear your feedback." footer={ @@ -75,7 +75,7 @@ export function DatavisualizerSelector() { target="_self" href="#/filedatavisualizer" > - Select file + Upload file } /> @@ -83,8 +83,8 @@ export function DatavisualizerSelector() { } - title="Pick index pattern" - description="Visualize data in an existing Elasticsearch index." + title="Select an index pattern" + description="Visualize the data in an existing Elasticsearch index." footer={

The File Data Visualizer helps you understand the fields and metrics in a log file. - Upload your file, analyze its data, and then choose which data to import into your Elasticsearch index. + Upload your file, analyze its data, and then choose whether to import the data into an Elasticsearch index.