[Security Solution] Tweak Text on Getting Started Page (#131808)

This commit is contained in:
Steph Milovic 2022-05-09 10:56:03 -06:00 committed by GitHub
parent 5bdad23a7e
commit 7d0db74f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.',
}
);
@ -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.',
}
);
@ -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.',
}
);