Skip to content

Customer chat: download and transaction errors stay hardcoded English #1372

Description

@marassteiner

Follow-up from #1297 (not a merge blocker). Pre-existing in the file this PR touches; reported because CONTRIBUTING asks every defect in touched code to be filed.

Evidence

src/screens/chat.screen.tsx:302 — transaction fetch fallback 'Unknown error'.
src/screens/chat.screen.tsx:770setError('Download failed').

Neither string is passed through translate. There is no Download failed key in src/translations/languages/{de,fr,it}.json. New copy in this PR is translated; these two older fallbacks were left as-is. The new unit test asserts the English Download failed text.

Suggested fix

Route both strings through translate('screens/support', …) and add de/fr/it keys.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions