You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2022/04/13 11:19:09 UTC

[superset] branch master updated: fix(explore): Change copy of cross filters checkbox (#19646)

This is an automated email from the ASF dual-hosted git repository.

kgabryje pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a5dddf52d fix(explore): Change copy of cross filters checkbox (#19646)
4a5dddf52d is described below

commit 4a5dddf52d8191b002fa11add6baaee26bc3b1a7
Author: Kamil Gabryjelski <ka...@gmail.com>
AuthorDate: Wed Apr 13 13:19:02 2022 +0200

    fix(explore): Change copy of cross filters checkbox (#19646)
---
 .../src/shared-controls/emitFilterControl.tsx                         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx b/superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx
index 5088ad1555..a4c3f4a86d 100644
--- a/superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx
+++ b/superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx
@@ -27,10 +27,10 @@ export const emitFilterControl = enableCrossFilter
         name: 'emit_filter',
         config: {
           type: 'CheckboxControl',
-          label: t('Emit dashboard cross filters'),
+          label: t('Enable dashboard cross filters'),
           default: false,
           renderTrigger: true,
-          description: t('Emit dashboard cross filters.'),
+          description: t('Enable dashboard cross filters'),
         },
       },
     ]