Skip to content

Commit ebe00ef

Browse files
afgomezbmorelli25
andauthored
Update copy
Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>
1 parent 9546350 commit ebe00ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

x-pack/plugins/infra/public/components/logging/log_analysis_setup/subscription_splash_content.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ export const SubscriptionSplashContent: React.FC = () => {
5050
title = (
5151
<FormattedMessage
5252
id="xpack.infra.logs.logAnalysis.splash.startTrialTitle"
53-
defaultMessage="Start a free 14 day Platinum subscription trial"
53+
defaultMessage="To access anomaly detection, start a free trial"
5454
/>
5555
);
5656

5757
description = (
5858
<FormattedMessage
5959
id="xpack.infra.logs.logAnalysis.splash.startTrialDescription"
60-
defaultMessage="Run Machine Learning jobs to view detected anomalies in your logs with our anomaly detection feature—part of the Platinum Elastic Stack subscription."
60+
defaultMessage="Our free, 14-day trial includes machine learning features, which enable you to detect anomalies in your logs."
6161
/>
6262
);
6363

@@ -69,30 +69,30 @@ export const SubscriptionSplashContent: React.FC = () => {
6969
>
7070
<FormattedMessage
7171
id="xpack.infra.logs.logAnalysis.splash.startTrialCta"
72-
defaultMessage="Start free trial"
72+
defaultMessage="Start trial"
7373
/>
7474
</EuiButton>
7575
);
7676
} else {
7777
title = (
7878
<FormattedMessage
7979
id="xpack.infra.logs.logAnalysis.splash.updateSubscriptionTitle"
80-
defaultMessage="Update to a Platinum subscription"
80+
defaultMessage="To access anomaly detection, upgrade to a Platinum Subscription"
8181
/>
8282
);
8383

8484
description = (
8585
<FormattedMessage
8686
id="xpack.infra.logs.logAnalysis.splash.updateSubscriptionDescription"
87-
defaultMessage="Run Machine Learning jobs to view detected anomalies in your logs with our anomaly detection feature—part of the Platinum Elastic Stack subscription."
87+
defaultMessage="You must have a Platinum Subscription to use machine learning features."
8888
/>
8989
);
9090

9191
cta = (
9292
<EuiButton fullWidth={false} fill href="https://www.elastic.co/subscriptions">
9393
<FormattedMessage
9494
id="xpack.infra.logs.logAnalysis.splash.updateSubscriptionCta"
95-
defaultMessage="Update subscription"
95+
defaultMessage="Upgrade subscription"
9696
/>
9797
</EuiButton>
9898
);

0 commit comments

Comments
 (0)