diff --git a/services/web/app/views/subscriptions/interstitial-payment.pug b/services/web/app/views/subscriptions/interstitial-payment.pug index 0bab801914..7e473d3077 100644 --- a/services/web/app/views/subscriptions/interstitial-payment.pug +++ b/services/web/app/views/subscriptions/interstitial-payment.pug @@ -29,7 +29,7 @@ block content p strong #{translate("back_to_school_banner_bargain_with_x_percent_off_in_school_or_not", {x: '15'})} br - | #{translate("back_to_school_banner_hurry_offer_ends_sep_30")} + | #{translate("back_to_school_banner_extended_offer_oct_15")} .notification-action a.btn.btn-sm.btn-default-outline( href="/about/back-to-school-promo-2023" diff --git a/services/web/app/views/subscriptions/interstitial-payment_no_nudge_monthly.pug b/services/web/app/views/subscriptions/interstitial-payment_no_nudge_monthly.pug index 1ba013e051..058dff9c25 100644 --- a/services/web/app/views/subscriptions/interstitial-payment_no_nudge_monthly.pug +++ b/services/web/app/views/subscriptions/interstitial-payment_no_nudge_monthly.pug @@ -29,7 +29,7 @@ block content p strong #{translate("back_to_school_banner_bargain_with_x_percent_off_in_school_or_not", {x: '15'})} br - | #{translate("back_to_school_banner_hurry_offer_ends_sep_30")} + | #{translate("back_to_school_banner_extended_offer_oct_15")} .notification-action a.btn.btn-sm.btn-default-outline( href="/about/back-to-school-promo-2023" diff --git a/services/web/app/views/subscriptions/interstitial-payment_nudge_annual.pug b/services/web/app/views/subscriptions/interstitial-payment_nudge_annual.pug index 996c2e215d..5b903848ac 100644 --- a/services/web/app/views/subscriptions/interstitial-payment_nudge_annual.pug +++ b/services/web/app/views/subscriptions/interstitial-payment_nudge_annual.pug @@ -29,7 +29,7 @@ block content p strong #{translate("back_to_school_banner_bargain_with_x_percent_off_in_school_or_not", {x: '15'})} br - | #{translate("back_to_school_banner_hurry_offer_ends_sep_30")} + | #{translate("back_to_school_banner_extended_offer_oct_15")} .notification-action a.btn.btn-sm.btn-default-outline( href="/about/back-to-school-promo-2023" diff --git a/services/web/app/views/subscriptions/plans.pug b/services/web/app/views/subscriptions/plans.pug index 91f0d6e22e..1676c70c67 100644 --- a/services/web/app/views/subscriptions/plans.pug +++ b/services/web/app/views/subscriptions/plans.pug @@ -29,7 +29,7 @@ block content p strong #{translate("back_to_school_banner_bargain_with_x_percent_off_in_school_or_not", {x: '15'})} br - | #{translate("back_to_school_banner_hurry_offer_ends_sep_30")} + | #{translate("back_to_school_banner_extended_offer_oct_15")} .notification-action a.btn.btn-sm.btn-default-outline( href="/about/back-to-school-promo-2023" diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 34ac83fdcf..0c2ac778c1 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -90,8 +90,9 @@ "autocomplete": "", "autocomplete_references": "", "back": "", - "back_to_school_modal_bargain_with_x_percent_off": "", - "back_to_school_modal_offer_ends_sep_30": "", + "back_to_school_banner_extended_offer_oct_15": "", + "back_to_school_banner_x_percent_off": "", + "back_to_school_bargain_for_everyone": "", "back_to_school_modal_offers_from_writefull_and_papers": "", "back_to_subscription": "", "back_to_your_projects": "", diff --git a/services/web/frontend/js/features/project-list/components/notifications/ads/back-to-school-modal.tsx b/services/web/frontend/js/features/project-list/components/notifications/ads/back-to-school-modal.tsx index 1e561db012..5ec57eabb0 100644 --- a/services/web/frontend/js/features/project-list/components/notifications/ads/back-to-school-modal.tsx +++ b/services/web/frontend/js/features/project-list/components/notifications/ads/back-to-school-modal.tsx @@ -76,9 +76,9 @@ export default function BackToSchoolModal() { return ( - - - {t('back_to_school_modal_bargain_with_x_percent_off', { x: '15' })} + + + {t('back_to_school_bargain_for_everyone')} @@ -91,10 +91,11 @@ export default function BackToSchoolModal() { }} />

+ + {t('back_to_school_banner_x_percent_off', { x: '15' })} +

{t('back_to_school_modal_offers_from_writefull_and_papers')}

-

- {t('back_to_school_modal_offer_ends_sep_30')} -

+

{t('back_to_school_banner_extended_offer_oct_15')}