Skip to content

Commit

Permalink
[SIEM] Fix Welcome to SIEM typo (#56582) (#56609)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Feb 3, 2020
1 parent b3531c3 commit 1e325e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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, you’ll need to begin adding SIEM-related data to Kibana by installing and configuring our data shippers, called Beats. Let’s do that now!',
'To begin using security information and event management (SIEM), you’ll 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. Let’s do that now!',
});

export const EMPTY_ACTION_PRIMARY = i18n.translate('xpack.siem.pages.common.emptyActionPrimary', {
Expand Down

0 comments on commit 1e325e4

Please sign in to comment.