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