Skip to content

Commit

Permalink
[Security Solution] Update SIEM/Endpoint tour copy (#160567)
Browse files Browse the repository at this point in the history
## Summary

Update Copy in SIEM tour for adding Elastic Defend integration.


### Checklist

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
kevinlog and kibanamachine authored Jun 28, 2023
1 parent d0358f5 commit 6db22e3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const getTourConfig = (packageKey: string, tourType: TourType) => {
defaultMessage: 'Add Elastic Defend',
}),
description: i18n.translate('xpack.fleet.guidedOnboardingTour.endpointButton.description', {
defaultMessage:
'In just a few steps, add your data with our recommended defaults. You can change this later.',
defaultMessage: `In this workflow, we'll be using Elastic Defend only to collect data for SIEM. Installing this will not conflict with existing endpoint security products.`,
}),
};
}
Expand Down

0 comments on commit 6db22e3

Please sign in to comment.