Skip to content

Commit

Permalink
[Security Solution] Change 'anti-virus' text to 'antivirus' (#87001) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Dec 30, 2020
1 parent f7eedd5 commit 107a11d
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 107a11d

Please sign in to comment.