updates advanced settings text (#72249)

This commit is contained in:
MadameSheema 2020-07-17 16:41:44 +02:00 committed by GitHub
parent 8f442f8318
commit ac9178ab9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,