Skip to content

Commit 50307f8

Browse files
committed
text changes
1 parent a30978c commit 50307f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

x-pack/plugins/security_solution/public/common/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const EMPTY_ACTION_PRIMARY = i18n.translate(
2020
export const EMPTY_ACTION_SECONDARY = i18n.translate(
2121
'xpack.securitySolution.pages.common.emptyActionSecondary',
2222
{
23-
defaultMessage: 'getting started guide',
23+
defaultMessage: 'getting started guide.',
2424
}
2525
);
2626

x-pack/plugins/security_solution/public/overview/components/overview_empty/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const OverviewEmptyComponent: React.FC = () => {
3939
<>
4040
<FormattedMessage
4141
id="xpack.securitySolution.emptyMessage"
42-
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 "
42+
defaultMessage="Elastic Security integrates the free and open Elastic SIEM with Elastic Endpoint to prevent, detect, and respond to threats. To begin, you’ll need to add security solution related data to the Elastic Stack. For additional information, view our "
4343
/>
4444
<EuiLink href={docLinks.links.siem.gettingStarted} target="_blank">
4545
{i18nCommon.EMPTY_ACTION_SECONDARY}
@@ -59,7 +59,7 @@ const OverviewEmptyComponent: React.FC = () => {
5959
<>
6060
<FormattedMessage
6161
id="xpack.securitySolution.emptyMessage"
62-
defaultMessage={i18nCommon.EMPTY_MESSAGE}
62+
defaultMessage="Elastic Security integrates the free and open Elastic SIEM with Elastic Endpoint to prevent, detect, and respond to threats. To begin, you’ll need to add security solution related data to the Elastic Stack. For additional information, view our "
6363
/>
6464
<EuiLink href={docLinks.links.siem.gettingStarted} target="_blank">
6565
{i18nCommon.EMPTY_ACTION_SECONDARY}

0 commit comments

Comments
 (0)