Skip to content

Commit

Permalink
Update x-pack/plugins/security_solution/public/detections/pages/detec…
Browse files Browse the repository at this point in the history
…tion_engine/rules/all/bulk_actions/forms/rule_actions_form.tsx

Co-authored-by: Joe Peeples <joe.peeples@elastic.co>
  • Loading branch information
vitaliidm and joepeeples authored Sep 6, 2022
1 parent f5f216d commit fc5d288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const RuleActionsFormComponent = ({ rulesCount, onClose, onConfirm }: RuleAction
<EuiCallOut color="warning" data-test-subj="bulkEditRulesRuleActionsWarning">
<FormattedMessage
id="xpack.securitySolution.detectionEngine.rules.allRules.bulkActions.edit.addRuleActions.warningCalloutMessage"
defaultMessage="You're about to overwrite rule actions for {rulesCount, plural, one {# selected rule} other {# selected rules}}, press Save to apply changes."
defaultMessage="You're about to overwrite rule actions for {rulesCount, plural, one {# selected rule} other {# selected rules}}. Click "Save" to apply changes."
values={{ rulesCount }}
/>
</EuiCallOut>
Expand Down

0 comments on commit fc5d288

Please sign in to comment.