diff --git a/x-pack/solutions/observability/plugins/infra/public/components/logs_deprecation_callout.tsx b/x-pack/solutions/observability/plugins/infra/public/components/logs_deprecation_callout.tsx index a2c22c46873f9..afd2167ff6203 100644 --- a/x-pack/solutions/observability/plugins/infra/public/components/logs_deprecation_callout.tsx +++ b/x-pack/solutions/observability/plugins/infra/public/components/logs_deprecation_callout.tsx @@ -27,14 +27,14 @@ const pageConfigurations = { dismissalStorageKey: 'log_stream_deprecation_callout_dismissed', message: i18n.translate('xpack.infra.logsDeprecationCallout.stream.exploreWithDiscover', { defaultMessage: - 'Logs Stream and Logs Explorer are set to be deprecated. Switch to Discover which now includes their functionality plus more features, better performance, and more intuitive navigation. ', + 'Logs Stream and Logs Explorer are set to be deprecated. Switch to Discover and enable the new Observability solution for an improved logs experience.', }), }, settings: { dismissalStorageKey: 'log_settings_deprecation_callout_dismissed', message: i18n.translate('xpack.infra.logsDeprecationCallout.settings.exploreWithDiscover', { defaultMessage: - 'These settings only apply to the legacy Logs Stream app. Switch to Discover for the same functionality plus more features, better performance, and more intuitive navigation.', + 'These settings only apply to the legacy Logs Stream app. Switch to Discover and enable the new Observability solution for an improved logs experience.', }), }, }; diff --git a/x-pack/solutions/observability/plugins/observability_logs_explorer/common/translations.ts b/x-pack/solutions/observability/plugins/observability_logs_explorer/common/translations.ts index 380bc3c3c5a26..bbfa477585780 100644 --- a/x-pack/solutions/observability/plugins/observability_logs_explorer/common/translations.ts +++ b/x-pack/solutions/observability/plugins/observability_logs_explorer/common/translations.ts @@ -33,7 +33,7 @@ export const deprecationBadgeDescription = i18n.translate( 'xpack.observabilityLogsExplorer.deprecationBadgeDescription', { defaultMessage: - 'Logs Stream and Logs Explorer are set to be deprecated. Switch to Discover which now includes their functionality plus more features and better performance.', + 'Logs Stream and Logs Explorer are set to be deprecated. Switch to Discover and enable the new Observability solution for an improved logs experience.', } );