Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jul 6, 2020
1 parent e655571 commit a30978c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ export const EMPTY_TITLE = i18n.translate('xpack.securitySolution.pages.common.e
defaultMessage: 'Welcome to Security Solution. Let’s get you started.',
});

export const EMPTY_MESSAGE =
'To begin using security and event management (Security Solution), you’ll need to add security solution 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. For additional information, you can view our ';

export const EMPTY_ACTION_PRIMARY = i18n.translate(
'xpack.securitySolution.pages.common.emptyActionPrimary',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const OverviewEmptyComponent: React.FC = () => {
<>
<FormattedMessage
id="xpack.securitySolution.emptyMessage"
defaultMessage={i18nCommon.EMPTY_MESSAGE}
defaultMessage="To begin using security and event management (Security Solution), you’ll need to add security solution 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. For additional information, you can view our "
/>
<EuiLink href={docLinks.links.siem.gettingStarted} target="_blank">
{i18nCommon.EMPTY_ACTION_SECONDARY}
Expand Down

0 comments on commit a30978c

Please sign in to comment.