From cbcdf4915d3f5562f586797dcdc717fa93ebeb6a Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 3 Mar 2026 01:45:19 +0100 Subject: [PATCH] =?UTF-8?q?Rename:=20Sam's=20=E2=86=92=20Claude's=20Aufgab?= =?UTF-8?q?en=20(Vikunja=20+=20Dashboard)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Vikunja Projekt 5 umbenannt zu "Claudes Aufgaben" - Dashboard Tab-Label von "Sam's" zu "Claude's" geändert Co-Authored-By: Claude Opus 4.6 --- web/src/components/TasksCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */