From e9d8b3f28aa00205be8d8df89b2d092257e82462 Mon Sep 17 00:00:00 2001 From: Ben Skelker Date: Mon, 13 Jul 2020 09:53:34 +0300 Subject: [PATCH] updates kibana help window text and link --- .../public/common/components/help_menu/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/common/components/help_menu/index.tsx b/x-pack/plugins/security_solution/public/common/components/help_menu/index.tsx index 56f0c825aa59e..a8eeeef1603e9 100644 --- a/x-pack/plugins/security_solution/public/common/components/help_menu/index.tsx +++ b/x-pack/plugins/security_solution/public/common/components/help_menu/index.tsx @@ -14,12 +14,12 @@ export const HelpMenu = React.memo(() => { useEffect(() => { chrome.setHelpExtension({ appName: i18n.translate('xpack.securitySolution.chrome.help.appName', { - defaultMessage: 'SIEM', + defaultMessage: 'Security Solution', }), links: [ { content: i18n.translate('xpack.securitySolution.chrome.helpMenu.documentation', { - defaultMessage: 'SIEM documentation', + defaultMessage: 'Security documentation', }), href: docLinks.links.siem.guide, iconType: 'documents',