Skip to content

Commit

Permalink
[Maps] Change TOC pop-up wording to reflect filter change, not search…
Browse files Browse the repository at this point in the history
… bar change (#105163) (#105433)

* Change pop-up wording

* Review feedback. Update wording
  • Loading branch information
Aaron Caldwell committed Jul 13, 2021
1 parent 030271d commit 3b48237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class TOCEntryButton extends Component<Props, State> {
footnotes.push({
icon: <EuiIcon color="subdued" type="filter" size="s" />,
message: i18n.translate('xpack.maps.layer.isUsingSearchMsg', {
defaultMessage: 'Results narrowed by search bar',
defaultMessage: 'Results narrowed by query and filters',
}),
});
}
Expand Down

0 comments on commit 3b48237

Please sign in to comment.