Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Edits to the text on the Data Visualizer landing pages #24518

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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