Skip to content

Commit f1cdc08

Browse files
authored
[Guided onboarding] Copy update for the Security rules step (elastic#145887)
## Summary This PR adds a sentence to the Rules step in the Security guide. <img width="458" alt="Screenshot 2022-11-21 at 17 04 01" src="https://user-images.githubusercontent.com/6585477/203102051-d3fe053b-4cf1-499d-937d-64acda7c7c41.png"> cc @paulewing
1 parent ca2a0ca commit f1cdc08

File tree

1 file changed

+3
-0
lines changed
  • src/plugins/guided_onboarding/public/constants/guides_config

1 file changed

+3
-0
lines changed

src/plugins/guided_onboarding/public/constants/guides_config/security.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ export const securityConfig: GuideConfig = {
5353
i18n.translate('guidedOnboarding.securityGuide.rulesStep.description2', {
5454
defaultMessage: 'Select the rules that you want.',
5555
}),
56+
i18n.translate('guidedOnboarding.securityGuide.rulesStep.description3', {
57+
defaultMessage: 'Enable rules to generate alerts.',
58+
}),
5659
],
5760
manualCompletion: {
5861
title: i18n.translate('guidedOnboarding.securityGuide.rulesStep.manualCompletion.title', {

0 commit comments

Comments
 (0)