From a141f56ee5b58f6f601c53c68593eb698f085672 Mon Sep 17 00:00:00 2001 From: Etienne Chassaing <60154720+cetiennec@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:34:44 +0200 Subject: [PATCH] changed name --- templates/control.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/control.html b/templates/control.html index 4e51125..e1ded86 100644 --- a/templates/control.html +++ b/templates/control.html @@ -594,7 +594,7 @@ const res = await fetch(`/test/auto/stop/${puNumber}`, { method: "POST" }); if (res.ok) { button.classList.remove("auto-running"); - button.textContent = `Automatic Test PU${puNumber}`; + button.textContent = `Automatic Test ${puNumber}`; } else { alert("Failed to stop auto test"); }