chore: Rename Totals to Summary in table chart (#29360)

This commit is contained in:
Michael S. Molina
2024-06-25 13:33:16 -03:00
committed by GitHub
parent 5ffa616d98
commit 213fd69b2b
3 changed files with 27 additions and 7 deletions

View File

@@ -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.',