Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jul 6, 2020
1 parent e119a76 commit 613f90e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ 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 = i18n.translate('xpack.securitySolution.pages.common.emptyMessage', {
defaultMessage:
'To begin using security information 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_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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 613f90e

Please sign in to comment.