mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-08 07:46:59 +00:00
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>