diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte
index 33671854..f3ab93b1 100644
--- a/frontend/src/routes/+layout.svelte
+++ b/frontend/src/routes/+layout.svelte
@@ -75,7 +75,7 @@ const userInitials = $derived.by(() => {
- {m.upload_action()}
+ {m.upload_action()}
{/if}
diff --git a/frontend/src/routes/AppNav.svelte b/frontend/src/routes/AppNav.svelte
index 29eea77b..5c81538f 100644
--- a/frontend/src/routes/AppNav.svelte
+++ b/frontend/src/routes/AppNav.svelte
@@ -29,7 +29,7 @@ function handleOverlayKeydown(event: KeyboardEvent) {