changed name

This commit is contained in:
Etienne Chassaing 2025-08-28 14:34:44 +02:00
parent 7fd287fd06
commit a141f56ee5

View File

@ -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");
}