fix: devweb - fix translations

This commit is contained in:
kmitresse
2024-06-12 18:39:15 +02:00
parent adbb673045
commit 22d9cbab9a
2 changed files with 2 additions and 3 deletions
@@ -36,7 +36,7 @@
</component:card>
</div>
<div class="column">
<component:card title="${translator.translate('game_room_player')}">
<component:card title="${translator.translate('game_information_title')}">
<jsp:useBean id="game" scope="request" type="uppa.project.database.pojo.Game"/>
<p><strong>${translator.translate('game_information_created_at')}</strong> ${game.createdAt.toLocaleString()}</p>
@@ -9,7 +9,6 @@
</filter>
<filter-mapping>
<filter-name>AuthenticationFilter</filter-name>
<!-- <url-pattern>/main-menu</url-pattern>-->
<url-pattern>/lobby</url-pattern>
<url-pattern>/rules</url-pattern>
<url-pattern>/profile</url-pattern>
@@ -26,7 +25,7 @@
</filter>
<filter-mapping>
<filter-name>AlreadyLoggedFilter</filter-name>
<url-pattern>/index.html</url-pattern>
<url-pattern>/</url-pattern>
<url-pattern>/login</url-pattern>
<url-pattern>/register</url-pattern>
<url-pattern>/forgotten-password</url-pattern>