[Security Solution] [Endpoint] Update blocklist flyout license banner copy (#130561)

* Add missing period at the end of the sentence

* Copy update due old pr comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
David Sánchez 2022-05-04 12:41:00 +02:00 committed by GitHub
parent c9b424c8a2
commit df225b213b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ const BLOCKLIST_PAGE_LABELS: ArtifactListPageProps['labels'] = {
<EuiLink target="_blank" href={`${securitySolutionDocsLinks.blocklist}`}>
<FormattedMessage
id="xpack.securitySolution.blocklist.flyoutDowngradedLicenseDocsLink"
defaultMessage="Blocklist documentation"
defaultMessage="blocklist documentation."
/>
</EuiLink>
</>
@ -87,7 +87,7 @@ const BLOCKLIST_PAGE_LABELS: ArtifactListPageProps['labels'] = {
}),
emptyStateInfo: i18n.translate('xpack.securitySolution.blocklist.emptyStateInfo', {
defaultMessage:
'The blocklist prevents selected applications from running on your hosts by extending the list of processes the Endpoint considers malicious.',
'The blocklist prevents specified applications from running on your hosts, extending the list of processes that Endpoint Security considers malicious.',
}),
emptyStatePrimaryButtonLabel: i18n.translate(
'xpack.securitySolution.blocklist.emptyStatePrimaryButtonLabel',