Просмотр исходного кода

Change British spelling for "customise" and "personalise" to American spelling (#8475)

GitOrigin-RevId: fe5754f08ff337148d8e8717a7495ad1e855fdbf
M Fahru 4 лет назад
Родитель
Сommit
4c37d47daf

+ 4 - 4
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',
         value: 'bool',
         plans: {
         plans: {
           group_standard: false,
           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',
         value: 'bool',
         plans: {
         plans: {
           free: false,
           free: false,

+ 1 - 1
services/web/app/views/subscriptions/_modal_group_upgrade.pug

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

+ 1 - 1
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")
 					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

+ 2 - 2
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).",
   "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",
-  "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": "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",