This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 3956bd2 add Filters copy change (#6885)
3956bd2 is described below
commit 3956bd20c2ddbe3a60ffe9ebe37e6d9722cef133
Author: Marcus <[email protected]>
AuthorDate: Sun Feb 17 20:42:38 2019 -0800
add Filters copy change (#6885)
---
superset/assets/src/explore/controlPanels/FilterBox.jsx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/superset/assets/src/explore/controlPanels/FilterBox.jsx
b/superset/assets/src/explore/controlPanels/FilterBox.jsx
index bc65423..9311c7d 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'),
},
},
};