Skip to content

Commit a9d7e10

Browse files
authored
[Security Solution] Change 'anti-virus' text to 'antivirus' (#87001) (#87013)
1 parent 15987c9 commit a9d7e10

File tree

1 file changed

+3
-3
lines changed
  • x-pack/plugins/security_solution/public/management/pages/policy/view/components/antivirus_registration_form

1 file changed

+3
-3
lines changed

x-pack/plugins/security_solution/public/management/pages/policy/view/components/antivirus_registration_form/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ const TRANSLATIONS: Readonly<{ [K in 'title' | 'description' | 'label']: string
1818
title: i18n.translate(
1919
'xpack.securitySolution.endpoint.policy.details.antivirusRegistration.type',
2020
{
21-
defaultMessage: 'Register as anti-virus',
21+
defaultMessage: 'Register as antivirus',
2222
}
2323
),
2424
description: i18n.translate(
2525
'xpack.securitySolution.endpoint.policy.details.antivirusRegistration.explanation',
2626
{
2727
defaultMessage:
28-
'Toggle on to register Elastic as an official Anti-Virus solution for Windows OS. ' +
28+
'Toggle on to register Elastic as an official Antivirus solution for Windows OS. ' +
2929
'This will also disable Windows Defender.',
3030
}
3131
),
3232
label: i18n.translate(
3333
'xpack.securitySolution.endpoint.policy.details.antivirusRegistration.toggle',
3434
{
35-
defaultMessage: 'Register as anti-virus',
35+
defaultMessage: 'Register as antivirus',
3636
}
3737
),
3838
};

0 commit comments

Comments
 (0)