Skip to content

Commit

Permalink
update the info text
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed May 4, 2023
1 parent 079be64 commit 3673a41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
);

Expand All @@ -53,7 +53,7 @@ function RuleSnoozeDescription(): JSX.Element {
return (
<FormattedMessage
id="xpack.securitySolution.detectionEngine.createRule.stepRuleActions.snoozeDescription"
defaultMessage="Select when automated actions should be performed. If a rule is snoozed actions will not be performed. Learn more about actions in our {docs}."
defaultMessage="Choose when to perform actions or snooze them. Notifications are not created for snoozed actions. {docs}."
values={{
docs: (
<EuiLink href={manageDetectionRulesSnoozeSection} target="_blank">
Expand Down

0 comments on commit 3673a41

Please sign in to comment.