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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5305bdb  Typo fix: dashbaord -> dashboard. (#4383)
5305bdb is described below

commit 5305bdb267d7cfe4017f16076a9832fc29ef22f9
Author: Xiao Hanyu <xiaohanyu1...@gmail.com>
AuthorDate: Sun Feb 11 06:52:17 2018 +0800

    Typo fix: dashbaord -> dashboard. (#4383)
---
 superset/assets/javascripts/dashboard/components/Controls.jsx   | 4 ++--
 superset/assets/javascripts/dashboard/components/GridLayout.jsx | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/superset/assets/javascripts/dashboard/components/Controls.jsx 
b/superset/assets/javascripts/dashboard/components/Controls.jsx
index 1d66a51..00cb6d5 100644
--- a/superset/assets/javascripts/dashboard/components/Controls.jsx
+++ b/superset/assets/javascripts/dashboard/components/Controls.jsx
@@ -168,7 +168,7 @@ class Controls extends React.PureComponent {
           {editMode &&
             <ActionMenuItem
               text={t('Email')}
-              tooltip={t('Email a link to this dashbaord')}
+              tooltip={t('Email a link to this dashboard')}
               onClick={() => { window.location = emailLink; }}
               faIcon="envelope"
             />
@@ -181,7 +181,7 @@ class Controls extends React.PureComponent {
               triggerNode={
                 <MenuItemContent
                   text={t('Add Slices')}
-                  tooltip={t('Add some slices to this dashbaord')}
+                  tooltip={t('Add some slices to this dashboard')}
                   faIcon="plus"
                 />
               }
diff --git a/superset/assets/javascripts/dashboard/components/GridLayout.jsx 
b/superset/assets/javascripts/dashboard/components/GridLayout.jsx
index b5dd49a..68de768 100644
--- a/superset/assets/javascripts/dashboard/components/GridLayout.jsx
+++ b/superset/assets/javascripts/dashboard/components/GridLayout.jsx
@@ -102,7 +102,7 @@ class GridLayout extends React.Component {
       return;
     }
 
-    // remove slice dashbaord and charts
+    // remove slice dashboard and charts
     this.props.removeSlice(slice);
     this.props.removeChart(this.props.charts['slice_' + 
slice.slice_id].chartKey);
     this.props.onChange();

-- 
To stop receiving notification emails like this one, please contact
grace...@apache.org.

Reply via email to