We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b8993 commit a7add0dCopy full SHA for a7add0d
1 file changed
x-pack/plugins/security_solution/public/management/pages/policy/view/policy_forms/protections/malware.tsx
@@ -180,6 +180,15 @@ export const MalwareProtections = React.memo(() => {
180
);
181
})}
182
</ProtectionRadioGroup>
183
+ <EuiSpacer size="s" />
184
+ <EuiTitle size="xxxs">
185
+ <h6>
186
+ <FormattedMessage
187
+ id="xpack.securitySolution.endpoint.policyDetailsConfig.userNotification"
188
+ defaultMessage="User Notification"
189
+ />
190
+ </h6>
191
+ </EuiTitle>
192
<EuiCheckbox
193
id="xpack.securitySolution.endpoint.policyDetail.malware.userNotification"
194
onChange={handleUserNotificationCheckbox}
0 commit comments