Skip to content

Commit

Permalink
[ML] Edits to the text on the Data Visualizer landing pages (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson authored Oct 25, 2018
1 parent d0c368d commit ab5a1d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ import { isFullLicense } from '../../license/check_license';
function startTrialDescription() {
return (
<span>
To experience what the full Machine Learning features of a {' '}
To experience the full Machine Learning features that a {' '}
<EuiLink
href="https://www.elastic.co/subscriptions"
target="_blank"
>
Platinum subscription
</EuiLink>{' '}
have to offer, start a 30-day trial from the license management page.
offers, start a 30-day trial.
</span>
);
}
Expand Down Expand Up @@ -67,24 +67,24 @@ export function DatavisualizerSelector() {
<EuiCard
icon={<EuiIcon size="xxl" type="addDataApp" />}
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={
<EuiButton
target="_self"
href="#/filedatavisualizer"
>
Select file
Upload file
</EuiButton>
}
/>
</EuiFlexItem>
<EuiFlexItem>
<EuiCard
icon={<EuiIcon size="xxl" type="dataVisualizer" />}
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={
<EuiButton
target="_self"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function WelcomeContent() {
<EuiText>
<p>
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.
</p>
</EuiText>
<EuiSpacer size="s" />
Expand Down

0 comments on commit ab5a1d2

Please sign in to comment.