mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: Rename Totals to Summary in table chart (#29360)
This commit is contained in:
committed by
GitHub
parent
5ffa616d98
commit
213fd69b2b
@@ -102,7 +102,7 @@ export const showTotalsControlSetItem: ControlSetItem = {
|
||||
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