diff --git a/app/modules/loyalty/locales/de.json b/app/modules/loyalty/locales/de.json index fd8c3654..24c2a3bb 100644 --- a/app/modules/loyalty/locales/de.json +++ b/app/modules/loyalty/locales/de.json @@ -134,7 +134,7 @@ "step_balance": "Prüfen Sie Ihren Kontostand online oder in der App", "step_redeem": "Lösen Sie Punkte gegen Prämien an allen unseren Standorten ein", "view_dashboard": "Mein Treue-Dashboard anzeigen", - "continue_shopping": "Weiter einkaufen" + "back_to_home": "Zurück zur Startseite" }, "already_enrolled_title": "Sie sind bereits Mitglied!", "cross_location_message": "Ihre Karte gilt an allen unseren Standorten:", diff --git a/app/modules/loyalty/locales/en.json b/app/modules/loyalty/locales/en.json index b5361f72..5bed301e 100644 --- a/app/modules/loyalty/locales/en.json +++ b/app/modules/loyalty/locales/en.json @@ -134,7 +134,7 @@ "step_balance": "Check your balance online or in the app", "step_redeem": "Redeem points for rewards at any of our locations", "view_dashboard": "View My Loyalty Dashboard", - "continue_shopping": "Continue Shopping" + "back_to_home": "Back to Home" }, "already_enrolled_title": "You're already a member!", "cross_location_message": "Your card works at all our locations:", diff --git a/app/modules/loyalty/locales/fr.json b/app/modules/loyalty/locales/fr.json index 76f8914c..5102fe43 100644 --- a/app/modules/loyalty/locales/fr.json +++ b/app/modules/loyalty/locales/fr.json @@ -134,7 +134,7 @@ "step_balance": "Consultez votre solde en ligne ou dans l'application", "step_redeem": "Échangez vos points contre des récompenses dans tous nos points de vente", "view_dashboard": "Voir mon tableau de bord fidélité", - "continue_shopping": "Continuer mes achats" + "back_to_home": "Retour à l'accueil" }, "already_enrolled_title": "Vous êtes déjà membre !", "cross_location_message": "Votre carte est valable dans tous nos points de vente :", diff --git a/app/modules/loyalty/locales/lb.json b/app/modules/loyalty/locales/lb.json index 5c715cc5..f56c67ab 100644 --- a/app/modules/loyalty/locales/lb.json +++ b/app/modules/loyalty/locales/lb.json @@ -134,7 +134,7 @@ "step_balance": "Préift Äre Kontostand online oder an der App", "step_redeem": "Léist Punkten géint Belounungen an all eise Standuerter an", "view_dashboard": "Mäin Treie-Dashboard kucken", - "continue_shopping": "Weider akafen" + "back_to_home": "Zréck op d'Haaptsäit" }, "already_enrolled_title": "Dir sidd schonn Member!", "cross_location_message": "Är Kaart gëllt an all eise Standuerter:", diff --git a/app/modules/loyalty/templates/loyalty/storefront/enroll-success.html b/app/modules/loyalty/templates/loyalty/storefront/enroll-success.html index 92332dd8..85bda89c 100644 --- a/app/modules/loyalty/templates/loyalty/storefront/enroll-success.html +++ b/app/modules/loyalty/templates/loyalty/storefront/enroll-success.html @@ -115,7 +115,7 @@ - {{ _('loyalty.enrollment.success.continue_shopping') }} + {{ _('loyalty.enrollment.success.back_to_home') }}