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: '/',