diff --git a/app/modules/loyalty/locales/de.json b/app/modules/loyalty/locales/de.json index 61fb24c8..fb432455 100644 --- a/app/modules/loyalty/locales/de.json +++ b/app/modules/loyalty/locales/de.json @@ -137,6 +137,7 @@ "back_to_home": "Zurück zur Startseite" }, "already_enrolled_title": "Sie sind bereits Mitglied!", + "already_enrolled_message": "Willkommen zurück — Ihre Karte ist einsatzbereit.", "cross_location_message": "Ihre Karte gilt an allen unseren Standorten:", "single_location_message": "Ihre Karte ist bei {store_name} registriert", "available_locations": "Nutzen Sie Ihre Karte an allen unseren Standorten:", diff --git a/app/modules/loyalty/locales/en.json b/app/modules/loyalty/locales/en.json index 631f3cec..98af46e6 100644 --- a/app/modules/loyalty/locales/en.json +++ b/app/modules/loyalty/locales/en.json @@ -137,6 +137,7 @@ "back_to_home": "Back to Home" }, "already_enrolled_title": "You're already a member!", + "already_enrolled_message": "Welcome back — your card is ready whenever you are.", "cross_location_message": "Your card works at all our locations:", "single_location_message": "Your card is registered at {store_name}", "available_locations": "Use your card at all our locations:", diff --git a/app/modules/loyalty/locales/fr.json b/app/modules/loyalty/locales/fr.json index 7ea73081..9a0301d1 100644 --- a/app/modules/loyalty/locales/fr.json +++ b/app/modules/loyalty/locales/fr.json @@ -137,6 +137,7 @@ "back_to_home": "Retour à l'accueil" }, "already_enrolled_title": "Vous êtes déjà membre !", + "already_enrolled_message": "Heureux de vous revoir — votre carte est prête à l'emploi.", "cross_location_message": "Votre carte est valable dans tous nos points de vente :", "single_location_message": "Votre carte est enregistrée chez {store_name}", "available_locations": "Utilisez votre carte dans tous nos points de vente :", diff --git a/app/modules/loyalty/locales/lb.json b/app/modules/loyalty/locales/lb.json index 95f61476..d4b4548f 100644 --- a/app/modules/loyalty/locales/lb.json +++ b/app/modules/loyalty/locales/lb.json @@ -137,6 +137,7 @@ "back_to_home": "Zréck op d'Haaptsäit" }, "already_enrolled_title": "Dir sidd schonn Member!", + "already_enrolled_message": "Wëllkomm zréck — Är Kaart ass prett wann Dir et sidd.", "cross_location_message": "Är Kaart gëllt an all eise Standuerter:", "single_location_message": "Är Kaart ass bei {store_name} registréiert", "available_locations": "Benotzt Är Kaart 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 85bda89c..28254cf0 100644 --- a/app/modules/loyalty/templates/loyalty/storefront/enroll-success.html +++ b/app/modules/loyalty/templates/loyalty/storefront/enroll-success.html @@ -21,7 +21,10 @@ x-text="enrollContext.already_enrolled ? i18nStrings.already_enrolled_title : i18nStrings.success_title"> {{ _('loyalty.enrollment.success.title') }} -
{{ _('loyalty.enrollment.success.message') }}
++ {{ _('loyalty.enrollment.success.message') }} +