Skip to content

Extract hardcoded UI strings in stream detail page into a central copy module (i18n prep) #683

Description

@Austinaminu2

Description

`app/app/stream/[id]/page.tsx` has 8+ literal UI strings (labels, buttons, status text) inline in JSX, which blocks any future translation/i18n work.

Location

`app/app/stream/[id]/page.tsx`

Task

Extract the hardcoded strings into a central copy constants module (e.g. `lib/copy/stream-detail.ts`), and reference them from the component, as a first step toward i18n-readiness.

Good for contributors because

Mechanical extraction task with a clear before/after, same pattern as the companion create-form issue.

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