[Logs UI] Correct trial period duration in anomaly splash screen (#74249)

This commit is contained in:
Alejandro Fernández 2020-08-05 11:19:41 +02:00 committed by GitHub
parent c24b17f334
commit 22d6f09d31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."
/>
);