Skip to content

[remediate-2026-08-18] UX-M9 Stray content: a five-language prompt in a two-language app, and a hardcoded 2025 copyright #461

Description

@juan294

Evidence type: [evidence]
Time horizon: Before launch
Files: frontend/src/pages/services/StorytellingSession.tsx:835-837, frontend/src/components/layout/AuthLayout.tsx:128-130

What's happening: The illustration prompt renders an untranslated line offering the affirmative in five languages though the product supports only EN/ES; the sign-in page hardcodes © 2025 while Footer correctly uses {new Date().getFullYear()}.

Why it matters: The multilingual line implies language support that doesn't exist; a stale copyright on the first screen is a universally noticed staleness signal.

Recommendation: Reduce the prompt to the active language; replace the hardcoded year with {new Date().getFullYear()}.

Expected impact: Consistent language story; no stale dates on the acquisition surface.

Effort estimate: S

Finding ID: UX-M9

Source: docs/agents/pre-launch-report.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    mediumMedium-severity remediationuxUX and design systemwave-1-before-launchPromoted pre-launch remediation scope

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions