mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
chore: Localization of superset pt. 2 (#22772)
This commit is contained in:
@@ -111,7 +111,7 @@ class CustomHistogram extends React.PureComponent {
|
||||
renderTooltip={({ datum, color }) => (
|
||||
<div>
|
||||
<strong style={{ color }}>
|
||||
{datum.bin0} to {datum.bin1}
|
||||
{datum.bin0} {t('to')} {datum.bin1}
|
||||
</strong>
|
||||
<div>
|
||||
<strong>{t('count')} </strong>
|
||||
|
||||
Reference in New Issue
Block a user