diff --git a/web/src/components/TasksCard.tsx b/web/src/components/TasksCard.tsx index 2166254..3640cf2 100644 --- a/web/src/components/TasksCard.tsx +++ b/web/src/components/TasksCard.tsx @@ -12,7 +12,7 @@ type TabKey = "private" | "sams"; const TABS: { key: TabKey; label: string }[] = [ { key: "private", label: "Privat" }, - { key: "sams", label: "Sam's" }, + { key: "sams", label: "Claude's" }, ]; /* Vikunja web base URL — strip /api/v1 from the API URL */