[Security Solution][Endpoint][Admin] Update empty state description text (#117917)

This commit is contained in:
Candace Park 2021-11-09 15:51:24 -05:00 committed by GitHub
parent d6de4b570b
commit 7d27afeabd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ export const EventFiltersListEmptyState = memo<{
body={
<FormattedMessage
id="xpack.securitySolution.eventFilters.listEmpty.message"
defaultMessage="There are currently no event filters on your endpoint."
defaultMessage="Add an event filter to exclude high volume or unwanted events from being written to Elasticsearch."
/>
}
actions={

View file

@ -34,7 +34,7 @@ export const HostIsolationExceptionsEmptyState = memo<{ onAdd: () => void }>(({
body={
<FormattedMessage
id="xpack.securitySolution.hostIsolationExceptions.listEmpty.message"
defaultMessage="There are currently no host isolation exceptions"
defaultMessage="Add a Host isolation exception to allow isolated hosts to communicate with specific IPs."
/>
}
actions={

View file

@ -31,7 +31,7 @@ export const EmptyState = memo<{
body={
<FormattedMessage
id="xpack.securitySolution.trustedapps.listEmptyState.message"
defaultMessage="There are currently no trusted applications on your endpoint."
defaultMessage="Add a trusted application to improve performance or alleviate conflicts with other applications running on your hosts."
/>
}
actions={