chore(explore): Change labels "Group by"/"Series" to "Dimensions" (#19647)

This commit is contained in:
Kamil Gabryjelski
2022-04-13 15:16:03 +02:00
committed by GitHub
parent 2ba484fe43
commit de9fb2109d
6 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ const config: ControlPanelConfig = {
name: 'groupby',
config: {
...sharedControls.groupby,
label: t('Group by'),
label: t('Dimensions'),
description: t('Columns to group by'),
},
},