mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: clean up dynamic translation strings (#19641)
This commit is contained in:
@@ -316,7 +316,7 @@ export default function transformProps(
|
||||
type: 'text',
|
||||
...getTotalValuePadding({ chartPadding, donut, width, height }),
|
||||
style: {
|
||||
text: t(`Total: ${numberFormatter(totalValue)}`),
|
||||
text: t('Total: %s', numberFormatter(totalValue)),
|
||||
fontSize: 16,
|
||||
fontWeight: 'bold',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user