fix(mockups): label Favourites area "Saved" not "Resume"#219
Merged
Conversation
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 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Change the Favourites tool's area caption from the verb "Resume" to the noun "Saved" in
src/components/tools-page-mockups/tool-fixtures.ts(one line).Why
Design-review follow-up to #215. The tools-page area captions are verb-form (Assess / Treat / Coordinate) to match the workflow-board lanes, but the
personalarea rendered as "Resume" — the same word as the Favourites card's own primary action button — so the card showed "Resume" twice (area caption + action). Using the noun "Saved" for that single caption removes the duplication while keeping every other label verb-form.No behavior or type change.
🤖 Generated with Claude Code