Skip to content

Commit

Permalink
Update x-pack/plugins/security_solution/public/detections/components/…
Browse files Browse the repository at this point in the history
…callouts/blog_post_detection_engineering_callout/translations.ts

Co-authored-by: Joe Peeples <[email protected]>
  • Loading branch information
nikitaindik and joepeeples authored Oct 14, 2024
1 parent 8d6516e commit 2f1e9c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
}
);

Expand Down

0 comments on commit 2f1e9c9

Please sign in to comment.