mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore: Rename Totals to Summary in table chart (#29360)
This commit is contained in:
committed by
GitHub
parent
5ffa616d98
commit
213fd69b2b
@@ -368,7 +368,7 @@ const config: ControlPanelConfig = {
|
||||
name: 'show_totals',
|
||||
config: {
|
||||
type: 'CheckboxControl',
|
||||
label: t('Show totals'),
|
||||
label: t('Show summary'),
|
||||
default: false,
|
||||
description: t(
|
||||
'Show total aggregations of selected metrics. Note that row limit does not apply to the result.',
|
||||
|
||||
Reference in New Issue
Block a user