From 22d9cbab9a95723c02051051c66cca94d8ab408c Mon Sep 17 00:00:00 2001 From: kmitresse Date: Wed, 12 Jun 2024 18:39:15 +0200 Subject: [PATCH] fix: devweb - fix translations --- S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp | 2 +- S2/DevWeb/Projet/src/main/webapp/WEB-INF/web.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 d56b15a..28252d0 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 @@ -36,7 +36,7 @@
- +

${translator.translate('game_information_created_at')} ${game.createdAt.toLocaleString()}

diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/web.xml b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/web.xml index 2e20efa..c9bd5d0 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/web.xml +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/web.xml @@ -9,7 +9,6 @@ AuthenticationFilter - /lobby /rules /profile @@ -26,7 +25,7 @@ AlreadyLoggedFilter - /index.html + / /login /register /forgotten-password