change title

This commit is contained in:
proddy
2024-06-08 15:08:21 +02:00
parent fe17411406
commit e9bba003af

View File

@@ -55,9 +55,7 @@ const ModulesDialog = ({
return (
<Dialog sx={dialogStyle} open={open} onClose={onClose}>
<DialogTitle>
{LL.EDIT() + ' ' + LL.MODULES() + ' : ' + editItem.key}
</DialogTitle>
<DialogTitle>{LL.EDIT() + ' ' + editItem.key}</DialogTitle>
<DialogContent dividers>
<Grid container>
<BlockFormControlLabel