copy: rename user-facing 'UNIT' label to 'ENTRY'#147
Merged
Conversation
'Units' read oddly; projects/entries are now labelled ENTRY / ENTRIES. User-facing strings only — internal identifiers (UnitCard, unit-card.tsx, toUnit, unitNumber, UnitForCard, UnitDetailModal) are unchanged. Covers card labels, the detail modal header, 'NOW SHOWING / ENTRY NNN', M2 'ENTRY / TEAM' + 'NO ENTRIES MATCH' + row labels, project-detail breadcrumb, admin card label, the 'N ENTRIES' counts, the 'Total Entries' stat, search placeholders, and the 404 message.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
"Units" read oddly, so the user-facing label for a project/entry is now ENTRY / ENTRIES. User-facing strings only — internal identifiers are intentionally untouched (no import churn).
Changes (8 files, copy only)
ENTRY {n}(unit-card.tsx) + detail modal header (unit-detail-modal.tsx).search entries…placeholder.search teams or entries…placeholder.Not changed (internal — by design)
Filenames
unit-card.tsx/unit-detail-modal.tsx; componentsUnitCard/UnitDetailModal; typesUnitForCard/Unit; fntoUnit; fieldunitNumber; propsunit/featuredUnit/selectedUnit. None render the word to users.Test plan
npm run build+npm run lint(client) — green.grep -rni unit client/src→ only internal identifiers + substring false-positives ("community", "Unity SDK") remain; no user-facing UNIT/UNITS text.stadium-tester@ localhost (mock) — 7/7 PASS.stadium-tester report
Pure copy change — no server, data, or new files. Per CLAUDE.md §6: draft, never merging.