add info about case sensitive search (#11124)

This commit is contained in:
Elizabeth Thompson 2020-10-01 21:30:39 -07:00 committed by GitHub
parent 017e5acd14
commit a4e1dc9c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ export default class AdhocFilterEditPopoverSimpleTabContent extends React.Compon
onChange={this.onInputComparatorChange}
value={comparator}
className="form-control input-sm"
placeholder={t('Filter value')}
placeholder={t('Filter value (case sensitive)')}
disabled={DISABLE_INPUT_OPERATORS.includes(operator)}
/>
)}