Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SIEM][Detections] Updates advanced settings step text for rule creation #72249

Merged
merged 1 commit into from
Jul 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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