polish translations from dev.7

This commit is contained in:
Proddy
2023-12-28 14:38:55 +01:00
parent 8cd0a9a761
commit 16dc82da1c
20 changed files with 51 additions and 60 deletions

View File

@@ -70,7 +70,7 @@ const SettingsCustomizationDialog = ({ open, onClose, onSave, selectedItem }: Se
<DialogContent dividers>
<Grid container direction="row">
<Typography variant="body2" color="warning.main">
{LL.ENTITY() + ' ID'}:&nbsp;
{LL.ID_OF(LL.ENTITY())}:&nbsp;
</Typography>
<Typography variant="body2">{editItem.id}</Typography>
</Grid>