mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Update the Endpoint Integration display name to include Cloud security (#132752)
* [Security Solution] Update Endpoint integration name to include Cloud * udpate description
This commit is contained in:
parent
899e5cb089
commit
0e1f9681a2
1 changed files with 2 additions and 2 deletions
|
@ -351,11 +351,11 @@ export const AvailablePackages: React.FC = memo(() => {
|
|||
icon={<EuiIcon type="logoSecurity" size="xxl" />}
|
||||
href={addBasePath('/app/integrations/detail/endpoint/')}
|
||||
title={i18n.translate('xpack.fleet.featuredSecurityTitle', {
|
||||
defaultMessage: 'Endpoint Security',
|
||||
defaultMessage: 'Endpoint and Cloud Security',
|
||||
})}
|
||||
description={i18n.translate('xpack.fleet.featuredSecurityDesc', {
|
||||
defaultMessage:
|
||||
'Protect your hosts with threat prevention, detection, and deep security data visibility.',
|
||||
'Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.',
|
||||
})}
|
||||
/>
|
||||
</TrackApplicationView>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue