diff --git a/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx b/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx index 45946ecc8f..ad3dd91ec7 100644 --- a/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx +++ b/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx @@ -158,7 +158,7 @@ class HeaderActionsDropdown extends React.PureComponent { switch (key) { case MENU_KEYS.REFRESH_DASHBOARD: this.props.forceRefreshAllCharts(); - this.props.addSuccessToast(t('Data refreshed')); + this.props.addSuccessToast(t('Refreshing charts')); break; case MENU_KEYS.EDIT_PROPERTIES: this.props.showPropertiesModal();