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/11 22:43:45 UTC

[superset] 01/01: Update cross-filter tooltip text

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

sophieyou pushed a commit to branch yousoph-cross-filter-tooltip
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 628a7ceeb798c8e30c4dc7bfbcc007bde1080c65
Author: yousoph <so...@gmail.com>
AuthorDate: Tue Apr 11 15:43:37 2023 -0700

    Update cross-filter tooltip text
---
 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" />