mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
add note about translations
This commit is contained in:
@@ -34,7 +34,6 @@ const RestartMonitor = () => {
|
||||
}
|
||||
})
|
||||
.onSuccess((event) => {
|
||||
console.log(event.data.status); // TODO remove
|
||||
if (event.data.status === 'ready' || event.data.status === undefined) {
|
||||
document.location.href = '/';
|
||||
}
|
||||
@@ -53,6 +52,7 @@ const RestartMonitor = () => {
|
||||
fontWeight={400}
|
||||
textAlign="center"
|
||||
>
|
||||
{/* TODO: translate these */}
|
||||
{data?.status === 'uploading'
|
||||
? LL.WAIT_FIRMWARE()
|
||||
: data?.status === 'restarting'
|
||||
|
||||
Reference in New Issue
Block a user