mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
c9b424c8a2
commit
df225b213b
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue