Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Change totals tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Apr 1, 2021
1 parent a41e4a8 commit 840c438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-chart-table/src/controlPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const config: ControlPanelConfig = {
type: 'CheckboxControl',
label: t('Show totals'),
default: true,
description: t('Show total aggregations of selected metrics'),
description: t('Show total aggregations of all rows in selected metrics'),
visibility: isAggMode,
},
},
Expand Down

0 comments on commit 840c438

Please sign in to comment.