Skip to content

Commit

Permalink
Update message for manual rule run Modal window (#208072)
Browse files Browse the repository at this point in the history
## Summary


Update message, that currently not support only 1 action type
<img width="670" alt="Screenshot 2025-01-23 at 15 51 10"
src="https://github.com/user-attachments/assets/758a5052-303d-4155-8320-e4c3e620c496"
/>
  • Loading branch information
nkhristinin authored Jan 27, 2025
1 parent 44aa347 commit bfddf6c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const MANUAL_RULE_RUN_START_DATE_OUT_OF_RANGE_ERROR = (maxDaysLookback: n
export const MANUAL_RULE_RUN_NOTIFIACTIONS_LIMITATIONS = i18n.translate(
'xpack.securitySolution.manualRuleRun.notificationsLimitations',
{
defaultMessage: 'Rule actions are not performed during manual rule runs.',
defaultMessage:
'Alert summary rule actions that run at a custom frequency are not performed during manual rule runs.',
}
);

0 comments on commit bfddf6c

Please sign in to comment.