[SIEM] Fix Welcome to SIEM typo (#56582)

This commit is contained in:
patrykkopycinski 2020-02-03 13:24:38 +01:00 committed by GitHub
parent 38dc1cbd3c
commit 3d96e4c95b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ export const EMPTY_TITLE = i18n.translate('xpack.siem.pages.common.emptyTitle',
export const EMPTY_MESSAGE = i18n.translate('xpack.siem.pages.common.emptyMessage', {
defaultMessage:
'To begin using security information and event management, youll need to begin adding SIEM-related data to Kibana by installing and configuring our data shippers, called Beats. Lets do that now!',
'To begin using security information and event management (SIEM), youll need to add SIEM-related data, in Elastic Common Schema (ECS) format, to the Elastic Stack. An easy way to get started is by installing and configuring our data shippers, called Beats. Lets do that now!',
});
export const EMPTY_ACTION_PRIMARY = i18n.translate('xpack.siem.pages.common.emptyActionPrimary', {