update language of dashboard descriptions (#138422) (#138461)

Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
(cherry picked from commit f1ca98369d)

Co-authored-by: Kristof C <kpac.ja@gmail.com>
This commit is contained in:
Kibana Machine 2022-08-09 18:01:47 -04:00 committed by GitHub
parent 87c3ad3e91
commit a889f564c5
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`],