From c113c237f8868c78ddc15ce35525cdba0658222c Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Thu, 26 Aug 2021 13:44:36 +0200 Subject: [PATCH] [Security solution] Correct memory protections label to memory manipulation protection (#110179) --- .../pages/policy/view/policy_forms/protections/memory.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_forms/protections/memory.tsx b/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_forms/protections/memory.tsx index 905fef43db5a..0c50446f255c 100644 --- a/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_forms/protections/memory.tsx +++ b/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_forms/protections/memory.tsx @@ -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 (