From 44d2d08353baa0f60f34031569d250414d0b8c14 Mon Sep 17 00:00:00 2001 From: Rebeka Dekany <50901361+rebekadekany@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:00:47 +0200 Subject: [PATCH] Merge pull request #15037 from overleaf/rd-extend-b2s-promo Extending Back to School 2023 promo GitOrigin-RevId: 31055aac2c9b0b40e3308b5033bd3390ad0785de --- .../views/subscriptions/interstitial-payment.pug | 2 +- .../interstitial-payment_no_nudge_monthly.pug | 2 +- .../interstitial-payment_nudge_annual.pug | 2 +- services/web/app/views/subscriptions/plans.pug | 2 +- services/web/frontend/extracted-translations.json | 5 +++-- .../notifications/ads/back-to-school-modal.tsx | 13 +++++++------ services/web/locales/en.json | 6 +++--- 7 files changed, 17 insertions(+), 15 deletions(-) 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')}