diff --git a/x-pack/plugins/ml/public/application/timeseriesexplorer/components/forecasting_modal/run_controls.js b/x-pack/plugins/ml/public/application/timeseriesexplorer/components/forecasting_modal/run_controls.js index 5473b0f16343e..bc77a3d5fa38d 100644 --- a/x-pack/plugins/ml/public/application/timeseriesexplorer/components/forecasting_modal/run_controls.js +++ b/x-pack/plugins/ml/public/application/timeseriesexplorer/components/forecasting_modal/run_controls.js @@ -173,12 +173,12 @@ export function RunControls({ helpText={i18n.translate( 'xpack.ml.timeSeriesExplorer.runControls.neverExpireHelpText', { - defaultMessage: - 'When selected, forecast results will be retained indefinitely. If disabled, forecasts will be retained for 14 days.', + defaultMessage: 'If disabled, forecasts will be retained for 14 days.', } )} > mlModalForecastButtonRun');