fix: Making chart update more truthful (#19877)

* Update index.jsx

* Update superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx

Co-authored-by: Evan Rusackas <evan@preset.io>

* Update superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx

Fixing case

Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
Luis Casillas 2022-05-10 15:20:56 -05:00 committed by GitHub
parent 1f0daa9a5a
commit 35db7fb6c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();