Skip to content

Commit

Permalink
Change wording of tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Nov 7, 2022
1 parent 6bc74ae commit e41a6ca
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 e41a6ca

Please sign in to comment.