From a4a7f6e82540ae796b6c9c2ab6b340215a5380a8 Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 23 Mar 2026 09:06:31 +0100 Subject: [PATCH] fix(todo): rename 'Aufgaben' to 'Liste' in PillNav for clarity Both list and kanban views show tasks, so 'Liste' better describes the view type. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/todo/apps/web/src/routes/(app)/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/todo/apps/web/src/routes/(app)/+layout.svelte b/apps/todo/apps/web/src/routes/(app)/+layout.svelte index 271a37c98..9517c76e4 100644 --- a/apps/todo/apps/web/src/routes/(app)/+layout.svelte +++ b/apps/todo/apps/web/src/routes/(app)/+layout.svelte @@ -168,7 +168,7 @@ // Base navigation items for Todo // Note: Filter uses onClick to toggle FilterStrip visibility instead of navigating let baseNavItems = $derived([ - { href: '/', label: 'Aufgaben', icon: 'list' }, + { href: '/', label: 'Liste', icon: 'list' }, { href: '/kanban', label: 'Kanban', icon: 'columns' }, { href: '/',