change copy on group plans and remove the bold font on checkbox label (#7943)

GitOrigin-RevId: 31acc96cf3f6d85d44388497d6bba52bb5ae9667
This commit is contained in:
M Fahru 2022-05-17 04:30:41 -04:00 committed by Copybot
parent 1089475ff0
commit e2fe475116
3 changed files with 8 additions and 7 deletions

View file

@ -350,7 +350,7 @@ mixin table_cell(feature, plan)
mixin group_plans_license_picker()
form.plans-v2-license-picker-form(data-ol-plans-v2-license-picker-form)
.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(
name="plans-v2-license-picker-select"
id="plans-v2-license-picker-select"
@ -372,11 +372,11 @@ mixin group_plans_license_picker()
autocomplete="off"
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)
i.fa.fa-question-circle.plans-v2-license-picker-educational-discount-question-icon(
data-toggle="tooltip"
title=translate("include_educational_discount_info"),
title=translate("apply_educational_discount_info"),
data-placement="bottom"
)
//- will only appear on screen width < 768px (using CSS)
@ -384,7 +384,7 @@ mixin group_plans_license_picker()
span (
span.plans-v2-license-picker-educational-discount-learn-more-text(
data-toggle="tooltip"
title=translate("include_educational_discount_info"),
title=translate("apply_educational_discount_info"),
data-placement="bottom"
) #{translate("learn_more_lowercase")}
span )

View file

@ -336,6 +336,7 @@
margin-bottom: 0;
display: flex;
align-items: center;
font-weight: normal;
&.disabled span {
color: @ol-blue-gray-2;

View file

@ -1724,9 +1724,9 @@
"best_choices_companies_universities_non_profits": "Best choice for companies, universities and non-profits",
"for_groups_or_site_wide": "For groups or site-wide",
"also_available_as_on_premises": "Also available as On-Premises",
"how_many_licenses_are_you_looking_for": "How many licenses are you looking for?",
"include_educational_discount": "Include 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.",
"number_of_users_with_colon": "Number of users:",
"apply_educational_discount": "Apply educational discount",
"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",
"customize": "Customize",
"your_plan_lowercase": "your plan",