[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:
Kevin Logan 2022-05-24 13:51:25 -04:00 committed by GitHub
parent 899e5cb089
commit 0e1f9681a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>