mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution] Tweak Text on Getting Started Page (#131808)
This commit is contained in:
parent
5bdad23a7e
commit
7d0db74f6a
1 changed files with 3 additions and 3 deletions
|
@ -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.',
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue