Files
openfoodnetwork/app
Greg Austic 6a6a1298df Fix raw JSON blob showing on Subscriptions screen (#14099)
The `orders.customer_credit_service` locale keys added by PR #13963
were placed under an `orders:` namespace in locale files. In en.yml
this created a duplicate `orders:` key, causing YAML to override the
existing `orders: "Orders"` string with the hash — so `t('orders')`
returned the hash instead of "Orders", showing raw JSON on the screen.

Move translations to `customer_credit_service:` at the top level and
update the service's `translation_scope` to match.

Fixes #14099

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 10:27:29 +11:00
..
2026-03-04 10:28:39 +11:00
2025-10-27 11:30:33 +01:00
2026-03-11 10:58:30 +11:00