update localization for notifications, colors, and icons across multiple components
This commit is contained in:
@@ -202,7 +202,7 @@ const AdvancedFilterBuilder = ({
|
||||
{FILTER_COLORS.map(c => (
|
||||
<Box
|
||||
key={c.value}
|
||||
title={t(`common:colors.${c.key}`)}
|
||||
title={t(`common:colors.${c.name}`)}
|
||||
onClick={() => setFilterColor(c.value)}
|
||||
sx={{
|
||||
width: 26,
|
||||
|
||||
@@ -90,7 +90,7 @@ const IconPickerModal = ({
|
||||
lineHeight: 1.2,
|
||||
}}
|
||||
>
|
||||
{t(`icons.${iconData.key}`)}
|
||||
{t(`icons.${iconData.value}`)}
|
||||
</Typography>
|
||||
</Box>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user