Change Import Rules Modal Description (#118216)

This commit is contained in:
Vitalii Dmyterko 2021-11-11 11:04:24 +00:00 committed by GitHub
parent 06255cea1e
commit c0cb59b697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
}
);