mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02:00
new plans page: Update wrong text on various places + reuse translation key (#7950)
* change wrong description on individual standard (collaborator) plan on the new plans page * reuse old "one_collaborator" translation key and fix individual professional description * fix wrong descriptions on student table * new plans page: remove buy button exclamation mark * change "Buy Now" to "buy now" GitOrigin-RevId: 274bca246b5f3d877b795e67036b93ab3494a1c3
This commit is contained in:
@@ -9,7 +9,7 @@ mixin table_individual(period)
|
||||
.plans-v2-table-btn-buy-container-mobile
|
||||
+btn_buy_individual_free()
|
||||
ul.plans-v2-table-th-content-benefit
|
||||
li #{translate("only_one_collaborator")}
|
||||
li #{translate("one_collaborator")}
|
||||
.plans-v2-table-btn-buy-container-desktop
|
||||
+btn_buy_individual_free()
|
||||
th.plans-v2-table-cell-before-highlighted-column
|
||||
@@ -19,7 +19,7 @@ mixin table_individual(period)
|
||||
.plans-v2-table-btn-buy-container-mobile
|
||||
+btn_buy_individual_personal(period)
|
||||
ul.plans-v2-table-th-content-benefit
|
||||
li #{translate("only_one_collaborator")}
|
||||
li #{translate("one_collaborator")}
|
||||
li #{translate("most_premium_features")}
|
||||
.plans-v2-table-btn-buy-container-desktop
|
||||
+btn_buy_individual_personal(period)
|
||||
@@ -31,7 +31,7 @@ mixin table_individual(period)
|
||||
.plans-v2-table-btn-buy-container-mobile
|
||||
+btn_buy_individual_collaborator(period)
|
||||
ul.plans-v2-table-th-content-benefit
|
||||
li #{translate("only_one_collaborator")}
|
||||
li !{translate("x_collaborators_per_project", {collaboratorsCount: '10'})}
|
||||
li #{translate("all_premium_features")}
|
||||
.plans-v2-table-btn-buy-container-desktop
|
||||
+btn_buy_individual_collaborator(period)
|
||||
@@ -43,7 +43,7 @@ mixin table_individual(period)
|
||||
.plans-v2-table-btn-buy-container-mobile
|
||||
+btn_buy_individual_professional(period)
|
||||
ul.plans-v2-table-th-content-benefit
|
||||
li !{translate("x_collaborators_per_project", {collaboratorsCount: '10'})}
|
||||
li #{translate("unlimited_collabs")}
|
||||
li #{translate("all_premium_features")}
|
||||
.plans-v2-table-btn-buy-container-desktop
|
||||
+btn_buy_individual_professional(period)
|
||||
@@ -243,8 +243,7 @@ mixin table_student(period)
|
||||
.plans-v2-table-btn-buy-container-mobile
|
||||
+btn_buy_student_free()
|
||||
ul.plans-v2-table-th-content-benefit
|
||||
li #{translate("only_one_collaborator")}
|
||||
li #{translate("most_premium_features")}
|
||||
li #{translate("one_collaborator")}
|
||||
.plans-v2-table-btn-buy-container-desktop
|
||||
+btn_buy_student_free()
|
||||
th.plans-v2-table-green-highlighted
|
||||
@@ -259,7 +258,7 @@ mixin table_student(period)
|
||||
.plans-v2-table-btn-buy-container-mobile
|
||||
+btn_buy_student_student(period)
|
||||
ul.plans-v2-table-th-content-benefit
|
||||
li #{translate("only_one_collaborator")}
|
||||
li !{translate("x_collaborators_per_project", {collaboratorsCount: '6'})}
|
||||
li #{translate("all_premium_features")}
|
||||
.plans-v2-table-btn-buy-container-desktop
|
||||
+btn_buy_student_student(period)
|
||||
@@ -415,7 +414,7 @@ mixin btn_buy_individual(subscriptionPlan, period, highlighted)
|
||||
if (period === 'monthly')
|
||||
span #{translate("try_for_free")}
|
||||
else
|
||||
span #{translate("buy_now")}
|
||||
span #{translate("buy_now_no_exclamation_mark")}
|
||||
else
|
||||
a.btn.btn-default.plans-v2-table-btn-buy(
|
||||
data-ol-start-new-subscription=subscriptionPlan
|
||||
@@ -424,7 +423,7 @@ mixin btn_buy_individual(subscriptionPlan, period, highlighted)
|
||||
if (period === 'monthly')
|
||||
span #{translate("try_for_free")}
|
||||
else
|
||||
span #{translate("buy_now")}
|
||||
span #{translate("buy_now_no_exclamation_mark")}
|
||||
|
||||
mixin btn_buy_individual_free()
|
||||
if (!getSessionUser())
|
||||
@@ -490,7 +489,7 @@ mixin btn_buy_student_student(period)
|
||||
if (period === 'monthly')
|
||||
span #{translate("try_for_free")}
|
||||
else
|
||||
span #{translate("buy_now")}
|
||||
span #{translate("buy_now_no_exclamation_mark")}
|
||||
if (period === 'monthly')
|
||||
+additional_link_buy('student', period)
|
||||
|
||||
|
||||
@@ -1693,7 +1693,6 @@
|
||||
"mendeley_integration_lowercase_info": "Manage your reference library in Mendeley, and link it directly to .bib files in Overleaf, so you can easily cite anything from your libraries.",
|
||||
"zotero_integration_lowercase": "Zotero integration",
|
||||
"zotero_integration_lowercase_info": "Manage your reference library in Zotero, and link it directly to .bib files in Overleaf, so you can easily cite anything from your libraries.",
|
||||
"only_one_collaborator": "Only one collaborator",
|
||||
"up_to": "Up to",
|
||||
"x_collaborators_per_project": "__collaboratorsCount__ collaborators per project",
|
||||
"unlimited_collaborators_in_each_project": "Unlimited collaborators in each project",
|
||||
|
||||
Reference in New Issue
Block a user