Fix placeholder for search bar (#146110)

## Fix placeholder for search bar, which shows how to search for list_id

FIX: https://github.com/elastic/kibana/issues/145674
This commit is contained in:
Khristinin Nikita 2022-11-23 14:28:24 +01:00 committed by GitHub
parent 6d9811ec7d
commit a7df8d1033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ export const referenceErrorMessage = (referenceCount: number) =>
export const EXCEPTION_LIST_SEARCH_PLACEHOLDER = i18n.translate(
'xpack.securitySolution.detectionEngine.rules.all.exceptions.searchPlaceholder',
{
defaultMessage: 'Search by name or list id',
defaultMessage: 'Search by name or list_id:id',
}
);