Skip to content

Commit

Permalink
[Security solution] Correct memory protections label to memory manipu…
Browse files Browse the repository at this point in the history
…lation protection (elastic#110179) (elastic#110209)

Co-authored-by: Esteban Beltran <[email protected]>
  • Loading branch information
kibanamachine and academo authored Aug 26, 2021
1 parent fa3083f commit 5c3b8ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c3b8ba

Please sign in to comment.