Skip to content

Commit

Permalink
Typo fix: dashbaord -> dashboard. (apache#4383)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohanyu authored and michellethomas committed May 23, 2018
1 parent f99820e commit 9540770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions superset/assets/javascripts/dashboard/components/Controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
Expand All @@ -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"
/>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9540770

Please sign in to comment.