You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/05/18 07:45:38 UTC

[superset] branch master updated: fix: Fixes email body when sharing a chart by email (#14664)

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

rusackas 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 32f5f36  fix: Fixes email body when sharing a chart by email (#14664)
32f5f36 is described below

commit 32f5f365d8635851a39b299b2ce6c319a839cade
Author: Michael S. Molina <70...@users.noreply.github.com>
AuthorDate: Tue May 18 04:43:36 2021 -0300

    fix: Fixes email body when sharing a chart by email (#14664)
---
 superset-frontend/src/dashboard/components/SliceHeaderControls/index.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/dashboard/components/SliceHeaderControls/index.jsx b/superset-frontend/src/dashboard/components/SliceHeaderControls/index.jsx
index 422e915..daea11a 100644
--- a/superset-frontend/src/dashboard/components/SliceHeaderControls/index.jsx
+++ b/superset-frontend/src/dashboard/components/SliceHeaderControls/index.jsx
@@ -266,6 +266,7 @@ class SliceHeaderControls extends React.PureComponent {
             copyMenuItemTitle={t('Copy chart URL')}
             emailMenuItemTitle={t('Share chart by email')}
             emailSubject={t('Superset chart')}
+            emailBody={t('Check out this chart: ')}
             addSuccessToast={addSuccessToast}
             addDangerToast={addDangerToast}
           />