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 (#110179)
  • Loading branch information
academo authored Aug 26, 2021
1 parent 44faefb commit c113c23
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 c113c23

Please sign in to comment.