diff --git a/superset-frontend/src/dashboard/components/SliceHeaderControls.jsx b/superset-frontend/src/dashboard/components/SliceHeaderControls.jsx index 728954099..a6da5106d 100644 --- a/superset-frontend/src/dashboard/components/SliceHeaderControls.jsx +++ b/superset-frontend/src/dashboard/components/SliceHeaderControls.jsx @@ -158,9 +158,9 @@ class SliceHeaderControls extends React.PureComponent { )} - {this.props.sliceCanEdit && ( - - {t('Edit chart metadata')} + {this.props.supersetCanExplore && ( + + {t('Explore chart')} )} @@ -168,12 +168,6 @@ class SliceHeaderControls extends React.PureComponent { {t('Export CSV')} )} - {this.props.supersetCanExplore && ( - - {t('Explore chart')} - - )} - {resizeLabel}