Skip to content

Extract hardcoded UI strings in create-form.tsx into a central copy module (i18n prep) #682

Description

@Austinaminu2

Description

`app/app/create/create-form.tsx` has 10+ literal UI strings (labels, help text, validation messages) inline in JSX, which blocks any future translation/i18n work.

Location

`app/app/create/create-form.tsx`

Task

Extract the hardcoded strings into a central copy constants module (e.g. `lib/copy/create-form.ts`), and reference them from the component, as a first step toward i18n-readiness (no actual translation infrastructure required for this issue).

Good for contributors because

Mechanical extraction task with a clear before/after; establishes a pattern other components can follow later.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programfrontendNext.js frontendhelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions