Skip to content

Commit

Permalink
Change wording of tooltip (#144652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter authored Nov 7, 2022
1 parent 4e9f1c0 commit a050c5b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export const OptionsListStrings = {
}),
getHideExistsQueryTooltip: () =>
i18n.translate('controls.optionsList.editor.hideExistsQueryTooltip', {
defaultMessage: 'Returns the documents that contain an indexed value for the field.',
defaultMessage:
'Allows you to create an exists query, which returns all documents that contain an indexed value for the field.',
}),
},
popover: {
Expand Down

0 comments on commit a050c5b

Please sign in to comment.