mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
updates advanced settings text (#72249)
This commit is contained in:
parent
8f442f8318
commit
ac9178ab9a
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ export const schema: FormSchema = {
|
|||
'xpack.securitySolution.detectionEngine.createRule.stepAboutRule.fieldAuthorHelpText',
|
||||
{
|
||||
defaultMessage:
|
||||
'Type one or more author for this rule. Press enter after each author to add a new one.',
|
||||
'Type one or more authors for this rule. Press enter after each author to add a new one.',
|
||||
}
|
||||
),
|
||||
labelAppend: OptionalFieldLabel,
|
||||
|
@ -280,7 +280,7 @@ export const schema: FormSchema = {
|
|||
'xpack.securitySolution.detectionEngine.createRule.stepAboutRule.guideHelpText',
|
||||
{
|
||||
defaultMessage:
|
||||
'Provide helpful information for analysts that are performing a signal investigation. This guide will appear on both the rule details page and in timelines created from alerts generated by this rule.',
|
||||
'Provide helpful information for analysts that are investigating detection alerts. This guide will appear on the rule details page and in timelines (as notes) created from detection alerts generated by this rule.',
|
||||
}
|
||||
),
|
||||
labelAppend: OptionalFieldLabel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue