mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Change Import Rules Modal Description (#118216)
This commit is contained in:
parent
06255cea1e
commit
c0cb59b697
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue