update language of dashboard descriptions (#138422)

Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
This commit is contained in:
Kristof C 2022-08-09 15:36:32 -05:00 committed by GitHub
parent 4f100c4ed0
commit f1ca98369d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,8 @@ export const overviewLinks: LinkItem = {
title: OVERVIEW,
landingImage: overviewPageImg,
description: i18n.translate('xpack.securitySolution.appLinks.overviewDescription', {
defaultMessage: 'What is going on in your security environment.',
defaultMessage:
'Summary of your security environment activity, including alerts, events, recent items, and a news feed!',
}),
path: OVERVIEW_PATH,
capabilities: [`${SERVER_APP_ID}.show`],
@ -54,7 +55,7 @@ export const detectionResponseLinks: LinkItem = {
landingImage: detectionResponsePageImg,
description: i18n.translate('xpack.securitySolution.appLinks.detectionAndResponseDescription', {
defaultMessage:
"Monitor the impact of application and device performance from the end user's point of view.",
'Information about your Alerts and Cases within the Security Solution, including Hosts and Users with Alerts.',
}),
path: DETECTION_RESPONSE_PATH,
capabilities: [`${SERVER_APP_ID}.show`],