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


Fixing case
  • Loading branch information
rusackas authored May 5, 2022
1 parent 9327723 commit 96eb5c8
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('Refreshing Charts'));
this.props.addSuccessToast(t('Refreshing charts'));
break;
case MENU_KEYS.EDIT_PROPERTIES:
this.props.showPropertiesModal();
Expand Down

0 comments on commit 96eb5c8

Please sign in to comment.