This commit is contained in:
2026-03-06 23:28:59 +01:00
parent 168a25bf73
commit 147f9f52f1
2 changed files with 2 additions and 2 deletions

View File

@@ -354,7 +354,7 @@
return;
}
if (consoleNotice) {
consoleNotice.textContent = 'Aktive Konsole kann nicht direkt gesteuert werden Befehl wird in neuer Konsole ausgeführt.';
consoleNotice.textContent = 'Bestehende Konsole kann nicht direkt gesteuert werden Befehl wird in neuer Konsole ausgeführt.';
consoleNotice.style.display = 'block';
}
submitOpen();