copy: remove em-dashes from first-party app copy#157
Merged
Conversation
Replace em-dashes (—) with commas, periods, colons, or parentheses across user-facing copy: JSX text, toasts, labels, placeholders, aria-labels, and WebZero-authored content (program descriptions + the Denver content). House style: no em-dashes in our own copy. Left untouched: code/CSS comments, builder-written project descriptions (mockWinners, PitchOff submissions), numeric en-dash ranges, and the bare "—" empty-value placeholder glyph in admin tables.
|
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
House-style sweep: removes em-dashes (
—) from first-party, user-facing copy, replacing each with a comma, period, colon, or parentheses (occasionally a light reword). 18 files, 35 swaps.Covers: JSX text, toast messages, labels, placeholders, aria-labels, and WebZero-authored content (program descriptions + the Denver event content).
Deliberately left untouched (per scope)
//,/* */) and CSS comments (index.css) — not app copy.mockWinners.ts,src/data/synergy-2025.json, and the PitchOff submission descriptions inmockPrograms.ts(builders' own words; these mirror real Supabase data). I reverted these after the initial sweep touched them.3–4 products) — those are–, not—.—empty-value placeholder glyph in admin tables / LCD stats (a "no data" indicator, not prose).Notes
Test plan
npm run build(typecheck) clean.npm run lintclean.