[Security solution] Correct memory protections label to memory manipulation protection (#110179)

This commit is contained in:
Esteban Beltran 2021-08-26 13:44:36 +02:00 committed by GitHub
parent 44faefb715
commit c113c237f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,13 +28,13 @@ export const MemoryProtection = React.memo(() => {
const protectionLabel = i18n.translate(
'xpack.securitySolution.endpoint.policy.protections.memory',
{
defaultMessage: 'Memory protections',
defaultMessage: 'Memory Manipulation Protection',
}
);
return (
<ConfigForm
type={i18n.translate('xpack.securitySolution.endpoint.policy.details.memory_protection', {
defaultMessage: 'Memory Protection',
defaultMessage: 'Memory Manipulation Protection',
})}
supportedOss={[OperatingSystem.WINDOWS]}
dataTestSubj="memoryProtectionsForm"