Skip to content

Commit

Permalink
updates advanced settings text (#72249) (#72285)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored Jul 17, 2020
1 parent d4eb133 commit b62bf84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b62bf84

Please sign in to comment.