Skip to content

Commit

Permalink
[Security Solution] Change 'anti-virus' text to 'antivirus' (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog authored Dec 30, 2020
1 parent 15987c9 commit a9d7e10
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ const TRANSLATIONS: Readonly<{ [K in 'title' | 'description' | 'label']: string
title: i18n.translate(
'xpack.securitySolution.endpoint.policy.details.antivirusRegistration.type',
{
defaultMessage: 'Register as anti-virus',
defaultMessage: 'Register as antivirus',
}
),
description: i18n.translate(
'xpack.securitySolution.endpoint.policy.details.antivirusRegistration.explanation',
{
defaultMessage:
'Toggle on to register Elastic as an official Anti-Virus solution for Windows OS. ' +
'Toggle on to register Elastic as an official Antivirus solution for Windows OS. ' +
'This will also disable Windows Defender.',
}
),
label: i18n.translate(
'xpack.securitySolution.endpoint.policy.details.antivirusRegistration.toggle',
{
defaultMessage: 'Register as anti-virus',
defaultMessage: 'Register as antivirus',
}
),
};
Expand Down

0 comments on commit a9d7e10

Please sign in to comment.