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 e15d25c commit 75adb00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ const config: ControlPanelConfig = {
<div>{t('Change order of rows.')}</div>
<div>{t('Available sorting modes:')}</div>
<ul>
<li>{t('By key: use rows names as sorting key')}</li>
<li>{t('By value: use metrics values as sorting key')}</li>
<li>{t('By key: use row 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 75adb00

Please sign in to comment.