Skip to content

Commit

Permalink
Fix placeholder for search bar (#146110)
Browse files Browse the repository at this point in the history
## Fix placeholder for search bar, which shows how to search for list_id

FIX: #145674
  • Loading branch information
nkhristinin authored Nov 23, 2022
1 parent 6d9811e commit a7df8d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
);

Expand Down

0 comments on commit a7df8d1

Please sign in to comment.