mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
change copy on group plans and remove the bold font on checkbox label (#7943)
GitOrigin-RevId: 31acc96cf3f6d85d44388497d6bba52bb5ae9667
This commit is contained in:
parent
1089475ff0
commit
e2fe475116
3 changed files with 8 additions and 7 deletions
|
@ -350,7 +350,7 @@ mixin table_cell(feature, plan)
|
||||||
mixin group_plans_license_picker()
|
mixin group_plans_license_picker()
|
||||||
form.plans-v2-license-picker-form(data-ol-plans-v2-license-picker-form)
|
form.plans-v2-license-picker-form(data-ol-plans-v2-license-picker-form)
|
||||||
.plans-v2-license-picker-select-container
|
.plans-v2-license-picker-select-container
|
||||||
span #{translate("how_many_licenses_are_you_looking_for")}
|
span #{translate("number_of_users_with_colon")}
|
||||||
select.plans-v2-license-picker-select(
|
select.plans-v2-license-picker-select(
|
||||||
name="plans-v2-license-picker-select"
|
name="plans-v2-license-picker-select"
|
||||||
id="plans-v2-license-picker-select"
|
id="plans-v2-license-picker-select"
|
||||||
|
@ -372,11 +372,11 @@ mixin group_plans_license_picker()
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
data-ol-plans-v2-license-picker-educational-discount-input
|
data-ol-plans-v2-license-picker-educational-discount-input
|
||||||
)
|
)
|
||||||
span #{translate("include_educational_discount")}
|
span #{translate("apply_educational_discount")}
|
||||||
//- will only appear on screen width >= 768px (using CSS)
|
//- will only appear on screen width >= 768px (using CSS)
|
||||||
i.fa.fa-question-circle.plans-v2-license-picker-educational-discount-question-icon(
|
i.fa.fa-question-circle.plans-v2-license-picker-educational-discount-question-icon(
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
title=translate("include_educational_discount_info"),
|
title=translate("apply_educational_discount_info"),
|
||||||
data-placement="bottom"
|
data-placement="bottom"
|
||||||
)
|
)
|
||||||
//- will only appear on screen width < 768px (using CSS)
|
//- will only appear on screen width < 768px (using CSS)
|
||||||
|
@ -384,7 +384,7 @@ mixin group_plans_license_picker()
|
||||||
span (
|
span (
|
||||||
span.plans-v2-license-picker-educational-discount-learn-more-text(
|
span.plans-v2-license-picker-educational-discount-learn-more-text(
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
title=translate("include_educational_discount_info"),
|
title=translate("apply_educational_discount_info"),
|
||||||
data-placement="bottom"
|
data-placement="bottom"
|
||||||
) #{translate("learn_more_lowercase")}
|
) #{translate("learn_more_lowercase")}
|
||||||
span )
|
span )
|
||||||
|
|
|
@ -336,6 +336,7 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
font-weight: normal;
|
||||||
|
|
||||||
&.disabled span {
|
&.disabled span {
|
||||||
color: @ol-blue-gray-2;
|
color: @ol-blue-gray-2;
|
||||||
|
|
|
@ -1724,9 +1724,9 @@
|
||||||
"best_choices_companies_universities_non_profits": "Best choice for companies, universities and non-profits",
|
"best_choices_companies_universities_non_profits": "Best choice for companies, universities and non-profits",
|
||||||
"for_groups_or_site_wide": "For groups or site-wide",
|
"for_groups_or_site_wide": "For groups or site-wide",
|
||||||
"also_available_as_on_premises": "Also available as On-Premises",
|
"also_available_as_on_premises": "Also available as On-Premises",
|
||||||
"how_many_licenses_are_you_looking_for": "How many licenses are you looking for?",
|
"number_of_users_with_colon": "Number of users:",
|
||||||
"include_educational_discount": "Include educational discount",
|
"apply_educational_discount": "Apply educational discount",
|
||||||
"include_educational_discount_info": "Overleaf offers a 40% educational discount for groups of 10 or more. Applies to students or faculty using Overleaf for teaching.",
|
"apply_educational_discount_info": "Overleaf offers a 40% educational discount for groups of 10 or more. Applies to students or faculty using Overleaf for teaching.",
|
||||||
"try_for_free": "Try for free",
|
"try_for_free": "Try for free",
|
||||||
"customize": "Customize",
|
"customize": "Customize",
|
||||||
"your_plan_lowercase": "your plan",
|
"your_plan_lowercase": "your plan",
|
||||||
|
|
Loading…
Reference in a new issue