diff --git a/superset/assets/src/explore/controlPanels/FilterBox.jsx b/superset/assets/src/explore/controlPanels/FilterBox.jsx index bc65423dd..9311c7d33 100644 --- a/superset/assets/src/explore/controlPanels/FilterBox.jsx +++ b/superset/assets/src/explore/controlPanels/FilterBox.jsx @@ -36,10 +36,9 @@ export default { ], controlOverrides: { adhoc_filters: { - label: t('Global Filters'), + label: t('Limit Selector Values'), description: t( - 'These filters, like the time filters, will be applied ' + - 'to each individual filters as the values are populated.'), + 'These filters apply to the values available in the dropdowns'), }, }, };