Skip to content

Commit

Permalink
Update superset-frontend/src/dashboard/components/Header/HeaderAction…
Browse files Browse the repository at this point in the history
…sDropdown/index.jsx

Co-authored-by: Evan Rusackas <evan@preset.io>
  • Loading branch information
Gwitchr and rusackas authored Apr 28, 2022
1 parent e954bc6 commit 9327723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class HeaderActionsDropdown extends React.PureComponent {
switch (key) {
case MENU_KEYS.REFRESH_DASHBOARD:
this.props.forceRefreshAllCharts();
this.props.addSuccessToast(t('Started refreshing Charts'));
this.props.addSuccessToast(t('Refreshing Charts'));
break;
case MENU_KEYS.EDIT_PROPERTIES:
this.props.showPropertiesModal();
Expand Down

0 comments on commit 9327723

Please sign in to comment.