mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
text change
This commit is contained in:
@@ -59,9 +59,10 @@ const RestartMonitor = () => {
|
|||||||
: data?.status === 'ready'
|
: data?.status === 'ready'
|
||||||
? LL.RESTARTING_PRE()
|
? LL.RESTARTING_PRE()
|
||||||
: LL.RESTARTING_POST()}
|
: LL.RESTARTING_POST()}
|
||||||
|
…
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography mt={2} variant="h6" fontWeight={400} textAlign="center">
|
<Typography mt={2} variant="h6" fontWeight={400} textAlign="center">
|
||||||
{LL.PLEASE_WAIT()}…
|
{LL.PLEASE_WAIT()}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
{errorMessage ? (
|
{errorMessage ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user