diff --git a/x-pack/plugins/security_solution/public/detections/components/rules/step_rule_actions/translations.tsx b/x-pack/plugins/security_solution/public/detections/components/rules/step_rule_actions/translations.tsx index b982752e98473..f6f5e93da7713 100644 --- a/x-pack/plugins/security_solution/public/detections/components/rules/step_rule_actions/translations.tsx +++ b/x-pack/plugins/security_solution/public/detections/components/rules/step_rule_actions/translations.tsx @@ -36,7 +36,7 @@ export const NO_ACTIONS_READ_PERMISSIONS = i18n.translate( const RULE_SNOOZE_DOCS_LINK_TEXT = i18n.translate( 'xpack.securitySolution.detectionEngine.createRule.stepRuleActions.docsLinkText', { - defaultMessage: 'docs', + defaultMessage: 'Learn more', } ); @@ -53,7 +53,7 @@ function RuleSnoozeDescription(): JSX.Element { return (