From bb3611ae9b12c49a7f7798079371ffe090ee39e7 Mon Sep 17 00:00:00 2001 From: breitenbach76 Date: Sun, 7 Jun 2026 13:52:32 +0200 Subject: [PATCH] Update index.html --- 04_Tablet-Quiz/app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_Tablet-Quiz/app/index.html b/04_Tablet-Quiz/app/index.html index e12d740..67c6313 100644 --- a/04_Tablet-Quiz/app/index.html +++ b/04_Tablet-Quiz/app/index.html @@ -1275,7 +1275,7 @@ function renderGateDone(st){ const tIdx = gateTargetIndex(st, i); const target = tIdx>=0 ? STATIONEN[tIdx] : null; const phaseEnd = target && target.phase !== st.phase; - let feedback = `

Legt den passenden Entscheidungs-Chip ans Gate.

`; + let feedback = `

Die entscheidende Rolle (${roleLabel(keeper)}) bleibt als Marker am Gate-Puck stehen.

`; let nextLabel = `Weiter →`; if(phaseEnd){ const curColor = PHASEN[st.phase].color, nextColor = PHASEN[target.phase].color;