This commit is contained in:
VariableVince
2026-05-06 22:55:01 +02:00
parent 035257fd99
commit 460c456bbd
+1 -1
View File
@@ -383,7 +383,7 @@ export class Transport {
const errorKey = `worker_error.${event.reason}`;
let alertMsg = `${translateText(connRefusedKey)}: `;
let translatedError = translateText(errorKey);
const translatedError = translateText(errorKey);
if (translatedError === errorKey) {
// No translation key in error.reason or no translation or default English found