mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
change title
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user