Fix localization label
This commit is contained in:
parent
213be81f1c
commit
b238cdc9a1
@ -77,7 +77,7 @@ function FilterCard(props) {
|
|||||||
const filterRows = filters;
|
const filterRows = filters;
|
||||||
return filterRows.map((filter, index) => {
|
return filterRows.map((filter, index) => {
|
||||||
return (
|
return (
|
||||||
<Tooltip key={index} title={filter.tooltip ?? filter.label} placement="top" arrow>
|
<Tooltip key={index} title={filter.tooltip ?? t(filter.label)} placement="top" arrow>
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
className={classes.formControl}
|
className={classes.formControl}
|
||||||
componentsProps={{ typography: { variant: 'body2', className: classes.cardContentText } }}
|
componentsProps={{ typography: { variant: 'body2', className: classes.cardContentText } }}
|
||||||
|
Loading…
Reference in New Issue
Block a user