From 4440e8007b55f2762f15860d24436f06b1e40817 Mon Sep 17 00:00:00 2001 From: BigSimmo <87357024+BigSimmo@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:08:32 +0800 Subject: [PATCH] fix(mockups): label Favourites area "Saved" not "Resume" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tools-page area captions stay verb-form (Assess/Treat/Coordinate) to match the workflow-board lanes, but "personal" rendered as "Resume" — the same word as the Favourites card's own action button, so the card showed "Resume" twice. Use the noun "Saved" for that one caption. Design-review follow-up to #215. Co-Authored-By: Claude Opus 4.8 --- src/components/tools-page-mockups/tool-fixtures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tools-page-mockups/tool-fixtures.ts b/src/components/tools-page-mockups/tool-fixtures.ts index 44686a8a2..8c0265ebc 100644 --- a/src/components/tools-page-mockups/tool-fixtures.ts +++ b/src/components/tools-page-mockups/tool-fixtures.ts @@ -117,7 +117,7 @@ export const areaLabels: Record = { assessment: "Assess", care: "Treat", coordination: "Coordinate", - personal: "Resume", + personal: "Saved", reference: "Reference", };