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