Skip to content

Commit

Permalink
[Logs UI] Correct trial period duration in anomaly splash screen (ela…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Fernández committed Aug 5, 2020
1 parent 26197e2 commit 5769593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const SubscriptionSplashContent: React.FC = () => {
description = (
<FormattedMessage
id="xpack.infra.logs.logAnalysis.splash.startTrialDescription"
defaultMessage="Our free, 14-day trial includes machine learning features, which enable you to detect anomalies in your logs."
defaultMessage="Our free trial includes machine learning features, which enable you to detect anomalies in your logs."
/>
);

Expand Down

0 comments on commit 5769593

Please sign in to comment.