Files
orion/app
Samir Boulahtit 236fee015e
Some checks failed
CI / ruff (push) Successful in 17s
CI / validate (push) Has been cancelled
CI / dependency-scanning (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / deploy (push) Has been cancelled
CI / pytest (push) Has been cancelled
fix(loyalty): rename enrollment-success CTA from "continue shopping" to "back to home"
The loyalty storefront is a registration / wallet endpoint, not a
catalog — there's nothing to continue shopping toward. The button
already navigates to {{ base_url }} (the homepage), so the
destination was correct; only the wording was wrong.

Rename the i18n key continue_shopping -> back_to_home in
loyalty/enroll-success.html and all four locale files (en/fr/de/lb):

  EN: "Continue Shopping"        -> "Back to Home"
  FR: "Continuer mes achats"     -> "Retour à l'accueil"
  DE: "Weiter einkaufen"         -> "Zurück zur Startseite"
  LB: "Weider akafen"            -> "Zréck op d'Haaptsäit"

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 19:25:48 +02:00
..