[Security Solution] Change 'anti-virus' text to 'antivirus' (#87001)

This commit is contained in:
Kevin Logan 2020-12-29 15:05:29 -05:00 committed by GitHub
parent 1c5dc638ea
commit 0d32640ab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
}
),
};