From 2f1e9c98f7091390707589d52401c681c0b4037c Mon Sep 17 00:00:00 2001 From: Nikita Indik Date: Mon, 14 Oct 2024 21:25:49 +0200 Subject: [PATCH] Update x-pack/plugins/security_solution/public/detections/components/callouts/blog_post_detection_engineering_callout/translations.ts Co-authored-by: Joe Peeples --- .../blog_post_detection_engineering_callout/translations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/detections/components/callouts/blog_post_detection_engineering_callout/translations.ts b/x-pack/plugins/security_solution/public/detections/components/callouts/blog_post_detection_engineering_callout/translations.ts index 02565911649e2..17b79200db7a3 100644 --- a/x-pack/plugins/security_solution/public/detections/components/callouts/blog_post_detection_engineering_callout/translations.ts +++ b/x-pack/plugins/security_solution/public/detections/components/callouts/blog_post_detection_engineering_callout/translations.ts @@ -10,14 +10,14 @@ import { i18n } from '@kbn/i18n'; export const NEW_FEATURES_BLOG_POST_CALLOUT_TITLE = i18n.translate( 'xpack.securitySolution.detectionEngine.newFeaturesBlogPostCallout.calloutTitle', { - defaultMessage: `Discover the power of Elastic's detection capabilities and unlock its potential`, + defaultMessage: `Discover the power of Elastic's threat detection!`, } ); export const NEW_FEATURES_BLOG_POST_CALLOUT_DESCRIPTION = i18n.translate( 'xpack.securitySolution.detectionEngine.newFeaturesBlogPostCallout.calloutDescription', { - defaultMessage: 'Discover new and existing detection capabilities of Elastic Security', + defaultMessage: 'Learn about new and existing detection capabilities of Elastic Security.', } );