From 4c37d47daf4e51b0a2eeb1ef3f5e299040a587f8 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Mon, 20 Jun 2022 08:21:46 -0400 Subject: [PATCH] Change British spelling for "customise" and "personalise" to American spelling (#8475) GitOrigin-RevId: fe5754f08ff337148d8e8717a7495ad1e855fdbf --- .../web/app/src/Features/Subscription/plansV2Features.js | 8 ++++---- .../web/app/views/subscriptions/_modal_group_upgrade.pug | 2 +- .../subscriptions/plans-marketing/_group_plan_modal.pug | 2 +- services/web/locales/en.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/web/app/src/Features/Subscription/plansV2Features.js b/services/web/app/src/Features/Subscription/plansV2Features.js index ebdce92aff..51492ee455 100644 --- a/services/web/app/src/Features/Subscription/plansV2Features.js +++ b/services/web/app/src/Features/Subscription/plansV2Features.js @@ -278,8 +278,8 @@ const groupPlans = [ }, }, { - feature: 'personalised_onboarding', - info: 'personalised_onboarding_info', + feature: 'personalized_onboarding', + info: 'personalized_onboarding_info', value: 'bool', plans: { group_standard: false, @@ -691,8 +691,8 @@ const studentPlans = [ }, }, { - feature: 'personalised_onboarding', - info: 'personalised_onboarding_info', + feature: 'personalized_onboarding', + info: 'personalized_onboarding_info', value: 'bool', plans: { free: false, diff --git a/services/web/app/views/subscriptions/_modal_group_upgrade.pug b/services/web/app/views/subscriptions/_modal_group_upgrade.pug index 70cc9c4546..eea4f75873 100644 --- a/services/web/app/views/subscriptions/_modal_group_upgrade.pug +++ b/services/web/app/views/subscriptions/_modal_group_upgrade.pug @@ -1,6 +1,6 @@ script(type="text/ng-template", id="groupPlanModalUpgradeTemplate") .modal-header - h2 Customise your group subscription + h2 Customize your group subscription h3 Save 30% or more .modal-body.plans.group-subscription-modal .container-fluid diff --git a/services/web/app/views/subscriptions/plans-marketing/_group_plan_modal.pug b/services/web/app/views/subscriptions/plans-marketing/_group_plan_modal.pug index b8f08fe756..28e1d13020 100644 --- a/services/web/app/views/subscriptions/plans-marketing/_group_plan_modal.pug +++ b/services/web/app/views/subscriptions/plans-marketing/_group_plan_modal.pug @@ -12,7 +12,7 @@ div.modal.fade(tabindex="-1" role="dialog" data-ol-group-plan-modal) aria-label=translate("close") ) span(aria-hidden="true") × - h2 Customise your group subscription + h2 Customize your group subscription h3 Save 30% or more .modal-body.plans.group-subscription-modal .container-fluid diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 1d87e7b7b1..530b5e5630 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1729,8 +1729,8 @@ "sitewide_option_available_info": "Users are automatically upgraded when they register or add their email address to Overleaf (domain-based enrollment or SSO).", "custom_resource_portal": "Custom resource portal", "custom_resource_portal_info": "You can have your own custom portal page on Overleaf. This is a great place for your users to find out more about Overleaf, access templates, FAQs and Help resources, and sign up to Overleaf.", - "personalised_onboarding": "Personalised onboarding", - "personalised_onboarding_info": "We’ll help you get everything set up and then we’re here to answer questions from your users about the platform, templates or LaTeX!", + "personalized_onboarding": "Personalized onboarding", + "personalized_onboarding_info": "We’ll help you get everything set up and then we’re here to answer questions from your users about the platform, templates or LaTeX!", "dedicated_account_manager": "Dedicated account manager", "dedicated_account_manager_info": "Our Account Management Team will be able to assist with requests, questions and to help you spread the word about Overleaf with promotional materials, training resources and webinars.", "group_standard": "Group Standard",