You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by so...@apache.org on 2023/04/13 16:52:13 UTC

[superset] branch master updated: chore: Update cross-filter tooltip text (#23654)

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

sophieyou 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 95d71fff04 chore: Update cross-filter tooltip text (#23654)
95d71fff04 is described below

commit 95d71fff044c97e9be2d53446dc194547c7ddbf4
Author: yousoph <so...@gmail.com>
AuthorDate: Thu Apr 13 09:52:04 2023 -0700

    chore: Update cross-filter tooltip text (#23654)
---
 superset-frontend/src/dashboard/components/SliceHeader/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/dashboard/components/SliceHeader/index.tsx b/superset-frontend/src/dashboard/components/SliceHeader/index.tsx
index 845a9a9515..3ee67e7f38 100644
--- a/superset-frontend/src/dashboard/components/SliceHeader/index.tsx
+++ b/superset-frontend/src/dashboard/components/SliceHeader/index.tsx
@@ -242,7 +242,7 @@ const SliceHeader: FC<SliceHeaderProps> = ({
               <Tooltip
                 placement="top"
                 title={t(
-                  'This chart emits/applies cross-filters to other charts that use the same dataset',
+                  'This chart applies cross-filters to charts whose datasets contain columns with the same name.',
                 )}
               >
                 <CrossFilterIcon iconSize="m" />