Merge pull request #15037 from overleaf/rd-extend-b2s-promo

Extending Back to School 2023 promo

GitOrigin-RevId: 31055aac2c9b0b40e3308b5033bd3390ad0785de
This commit is contained in:
Rebeka Dekany 2023-09-29 13:00:47 +02:00 committed by Copybot
parent e16302ebfc
commit 44d2d08353
7 changed files with 17 additions and 15 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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": "",

View file

@ -76,9 +76,9 @@ export default function BackToSchoolModal() {
return (
<AccessibleModal show={showModal} onHide={handleHide}>
<Modal.Header closeButton>
<Modal.Title>
{t('back_to_school_modal_bargain_with_x_percent_off', { x: '15' })}
<Modal.Header style={{ borderBottom: 'none' }} closeButton>
<Modal.Title style={{ fontSize: '20px' }}>
{t('back_to_school_bargain_for_everyone')}
</Modal.Title>
</Modal.Header>
<Modal.Body className="modal-body-share">
@ -91,10 +91,11 @@ export default function BackToSchoolModal() {
}}
/>
</p>
<strong style={{ fontSize: '20px' }}>
{t('back_to_school_banner_x_percent_off', { x: '15' })}
</strong>
<p>{t('back_to_school_modal_offers_from_writefull_and_papers')}</p>
<p>
<strong>{t('back_to_school_modal_offer_ends_sep_30')}</strong>
</p>
<p>{t('back_to_school_banner_extended_offer_oct_15')}</p>
</Modal.Body>
<Modal.Footer>
<Button bsStyle="default" onClick={handleMaybeLater}>

View file

@ -143,10 +143,10 @@
"back_to_editor": "Back to the editor",
"back_to_log_in": "Back to log in",
"back_to_school_banner_bargain_with_x_percent_off_in_school_or_not": "Grab a back-to-school bargain with __x__% off all individual Overleaf subscriptions (whether youre in school or not!)",
"back_to_school_banner_hurry_offer_ends_sep_30": "Hurry! Offer ends September 30.",
"back_to_school_banner_extended_offer_oct_15": "Dont miss out! Offer extended to October 15.",
"back_to_school_banner_x_percent_off": "__x__% off all individual Overleaf subscriptions",
"back_to_school_bargain_for_everyone": "Back-to-school bargains for everyone",
"back_to_school_homepage_bargain_with_x_percent_off": "Grab a back-to-school bargain with __x__% off all individual Overleaf subscriptions",
"back_to_school_modal_bargain_with_x_percent_off": "Everyone can grab a back-to-school bargain this fall with __x__% off an Overleaf subscription",
"back_to_school_modal_offer_ends_sep_30": "Offer ends September 30.",
"back_to_school_modal_offers_from_writefull_and_papers": "And with offers from Writefull and Papers too, youll have the tools you need to write smarter this year.",
"back_to_subscription": "Back to Subscription",
"back_to_your_projects": "Back to your projects",