Skip to content

Commit

Permalink
Correct capitalization of subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Fernández Gómez committed Jun 18, 2020
1 parent b8e5860 commit 9546350
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ export const SubscriptionSplashContent: React.FC = () => {
title = (
<FormattedMessage
id="xpack.infra.logs.logAnalysis.splash.startTrialTitle"
defaultMessage="Start a free 14 day Platinum Subscription trial"
defaultMessage="Start a free 14 day Platinum subscription trial"
/>
);

description = (
<FormattedMessage
id="xpack.infra.logs.logAnalysis.splash.startTrialDescription"
defaultMessage="Run Machine Learning jobs to view detected anomalies in your logs with our anomaly detection feature—part of the Platinum Elastic Stack Subscription."
defaultMessage="Run Machine Learning jobs to view detected anomalies in your logs with our anomaly detection feature—part of the Platinum Elastic Stack subscription."
/>
);

Expand All @@ -77,14 +77,14 @@ export const SubscriptionSplashContent: React.FC = () => {
title = (
<FormattedMessage
id="xpack.infra.logs.logAnalysis.splash.updateSubscriptionTitle"
defaultMessage="Update to a Platinum Subscription"
defaultMessage="Update to a Platinum subscription"
/>
);

description = (
<FormattedMessage
id="xpack.infra.logs.logAnalysis.splash.updateSubscriptionDescription"
defaultMessage="Run Machine Learning jobs to view detected anomalies in your logs with our anomaly detection feature—part of the Platinum Elastic Stack Subscription."
defaultMessage="Run Machine Learning jobs to view detected anomalies in your logs with our anomaly detection feature—part of the Platinum Elastic Stack subscription."
/>
);

Expand Down

0 comments on commit 9546350

Please sign in to comment.