mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 02:54:11 +00:00
Change British spelling for "customise" and "personalise" to American spelling (#8475)
GitOrigin-RevId: fe5754f08ff337148d8e8717a7495ad1e855fdbf
This commit is contained in:
parent
333495f3ab
commit
4c37d47daf
4 changed files with 8 additions and 8 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue