mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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',
|
feature: 'personalized_onboarding',
|
||||||
info: 'personalised_onboarding_info',
|
info: 'personalized_onboarding_info',
|
||||||
value: 'bool',
|
value: 'bool',
|
||||||
plans: {
|
plans: {
|
||||||
group_standard: false,
|
group_standard: false,
|
||||||
|
@ -691,8 +691,8 @@ const studentPlans = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
feature: 'personalised_onboarding',
|
feature: 'personalized_onboarding',
|
||||||
info: 'personalised_onboarding_info',
|
info: 'personalized_onboarding_info',
|
||||||
value: 'bool',
|
value: 'bool',
|
||||||
plans: {
|
plans: {
|
||||||
free: false,
|
free: false,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
script(type="text/ng-template", id="groupPlanModalUpgradeTemplate")
|
script(type="text/ng-template", id="groupPlanModalUpgradeTemplate")
|
||||||
.modal-header
|
.modal-header
|
||||||
h2 Customise your group subscription
|
h2 Customize your group subscription
|
||||||
h3 Save 30% or more
|
h3 Save 30% or more
|
||||||
.modal-body.plans.group-subscription-modal
|
.modal-body.plans.group-subscription-modal
|
||||||
.container-fluid
|
.container-fluid
|
||||||
|
|
|
@ -12,7 +12,7 @@ div.modal.fade(tabindex="-1" role="dialog" data-ol-group-plan-modal)
|
||||||
aria-label=translate("close")
|
aria-label=translate("close")
|
||||||
)
|
)
|
||||||
span(aria-hidden="true") ×
|
span(aria-hidden="true") ×
|
||||||
h2 Customise your group subscription
|
h2 Customize your group subscription
|
||||||
h3 Save 30% or more
|
h3 Save 30% or more
|
||||||
.modal-body.plans.group-subscription-modal
|
.modal-body.plans.group-subscription-modal
|
||||||
.container-fluid
|
.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).",
|
"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": "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.",
|
"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",
|
"personalized_onboarding": "Personalized 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_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": "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.",
|
"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",
|
"group_standard": "Group Standard",
|
||||||
|
|
Loading…
Reference in a new issue