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:44 UTC

[superset] branch yousoph-cross-filter-tooltip created (now 628a7ceeb7)

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

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


      at 628a7ceeb7 Update cross-filter tooltip text

This branch includes the following new commits:

     new 628a7ceeb7 Update cross-filter tooltip text

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by so...@apache.org.
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" />