Skip to content

Commit

Permalink
Update superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/…
Browse files Browse the repository at this point in the history
…controlPanel.tsx

Co-authored-by: Evan Rusackas <[email protected]>
  • Loading branch information
kgabryje and rusackas authored Dec 2, 2021
1 parent 75adb00 commit f7d1b81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ const config: ControlPanelConfig = {
<div>{t('Change order of columns.')}</div>
<div>{t('Available sorting modes:')}</div>
<ul>
<li>{t('By key: use columns names as sorting key')}</li>
<li>{t('By value: use metrics values as sorting key')}</li>
<li>{t('By key: use column names as sorting key')}</li>
<li>{t('By value: use metric values as sorting key')}</li>
</ul>
</React.Fragment>
),
Expand Down

0 comments on commit f7d1b81

Please sign in to comment.