Skip to content

Commit

Permalink
[Security Solution] Tweak Text on Getting Started Page (#131808)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed May 9, 2022
1 parent 5bdad23 commit 7d0db74
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const ENDPOINT_TITLE = i18n.translate(
export const ENDPOINT_DESCRIPTION = i18n.translate(
'xpack.securitySolution.overview.landingCards.box.endpoint.desc',
{
defaultMessage: 'Prevent, collect, detect and respond -- all with Elastic Agent.',
defaultMessage: 'Prevent, collect, detect and respond all with Elastic Agent.',
}
);

Expand All @@ -55,7 +55,7 @@ export const SIEM_CARD_TITLE = i18n.translate(
export const SIEM_CARD_DESCRIPTION = i18n.translate(
'xpack.securitySolution.overview.landingCards.box.siemCard.desc',
{
defaultMessage: 'Detect, investigate, and respond to evolving threats',
defaultMessage: 'Detect, investigate, and respond to evolving threats.',
}
);

Expand All @@ -69,6 +69,6 @@ export const UNIFY_DESCRIPTION = i18n.translate(
'xpack.securitySolution.overview.landingCards.box.unify.desc',
{
defaultMessage:
'Elastic Security modernizes security operations — enabling analytics across years of data, automating key processes, and bringing native endpoint security to every host.',
'Elastic Security modernizes security operations — enabling analytics across years of data, automating key processes, and protecting every host.',
}
);

0 comments on commit 7d0db74

Please sign in to comment.