diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp index 275c9ba..3948679 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp @@ -30,8 +30,8 @@
Créé le: ${game.createdAt.toLocaleString()}
Difficulté: ${game.difficulty}
Nombre de tours: ${game.nbRounds}
-Valeurs par couleur: ${game.nbValuesPerColor}
Nombre de couleurs: ${game.nbColors}
+Valeurs par couleur: ${game.nbValuesPerColor}
@@ -336,4 +336,4 @@ }); - \ No newline at end of file +