mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
use translation of Restart
This commit is contained in:
@@ -95,7 +95,7 @@ const SystemStatusForm: FC = () => {
|
|||||||
|
|
||||||
const renderRestartDialog = () => (
|
const renderRestartDialog = () => (
|
||||||
<Dialog open={confirmRestart} onClose={() => setConfirmRestart(false)}>
|
<Dialog open={confirmRestart} onClose={() => setConfirmRestart(false)}>
|
||||||
<DialogTitle>Restart</DialogTitle>
|
<DialogTitle>{LL.RESTART()}</DialogTitle>
|
||||||
<DialogContent dividers>{LL.RESTART_CONFIRM()}</DialogContent>
|
<DialogContent dividers>{LL.RESTART_CONFIRM()}</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user