Skip to content

Commit

Permalink
update alerts table placeholder to use the status field
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Aug 3, 2021
1 parent e46fc01 commit 15379a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function AlertsSearchBar({
<SearchBar
indexPatterns={dynamicIndexPattern}
placeholder={i18n.translate('xpack.observability.alerts.searchBarPlaceholder', {
defaultMessage: '"rule.id" : "metrics.alert.threshold"',
defaultMessage: 'kibana.alert.status : "open"',
})}
query={{ query: query ?? '', language: queryLanguage }}
timeHistory={timeHistory}
Expand Down

0 comments on commit 15379a6

Please sign in to comment.