From a36e26b7672aa1fbaea481072bc66717466c708f Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 31 Aug 2024 16:15:41 +0200 Subject: [PATCH] add note about translations --- interface/src/app/status/RestartMonitor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/app/status/RestartMonitor.tsx b/interface/src/app/status/RestartMonitor.tsx index e652fe757..79c351fac 100644 --- a/interface/src/app/status/RestartMonitor.tsx +++ b/interface/src/app/status/RestartMonitor.tsx @@ -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'