From 76651b1e46e97600b8f8f851414eade7ed992081 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Mon, 9 Feb 2026 16:11:23 +0100 Subject: [PATCH] bugfix: still had problems with the menu entry urls Signed-off-by: Stephan Richter --- frontend/src/Components/Menu.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Components/Menu.svelte b/frontend/src/Components/Menu.svelte index 1ed01003..8b737784 100644 --- a/frontend/src/Components/Menu.svelte +++ b/frontend/src/Components/Menu.svelte @@ -59,7 +59,7 @@ onMount(fetchModules); {#each modules as module,i} - {@html t(module.title)} + {@html t(module.title)} {/each} {#if user.id == 2} {t('tutorial')}