Skip to content

Commit

Permalink
Change Import Rules Modal Description
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliidm committed Nov 10, 2021
1 parent 6b81454 commit ba8cf51
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -551,7 +551,8 @@ export const IMPORT_RULE_BTN_TITLE = i18n.translate(
export const SELECT_RULE = i18n.translate(
'xpack.securitySolution.detectionEngine.components.importRuleModal.selectRuleDescription',
{
defaultMessage: 'Select Security rules (as exported from the Detection Rules page) to import',
defaultMessage:
'Select rules and actions (as exported from the Security > Rules page) to import',
}
);

Expand Down

0 comments on commit ba8cf51

Please sign in to comment.