Merge pull request #7074 from overleaf/tm-collaborator-to-standard-split-test

Add split test for 'Collaborator' to 'Standard' name change

GitOrigin-RevId: 549c5ac566f622f52218adc571a427e6241a53ee
This commit is contained in:
Thomas
2022-03-18 09:03:17 +00:00
committed by Copybot
parent 71e6dfdd15
commit cc6a9519e2
6 changed files with 30 additions and 5 deletions
@@ -207,7 +207,10 @@ mixin allCardsAndControls(controlsRowSpaced, listLocation)
.best-value
strong #{translate('best_value')}
.card-header
h2 #{translate("collaborator")}
if (useNewPlanName)
h2 #{translate("standard")}
else
h2 #{translate("collaborator")}
h5.tagline #{translate("tagline_collaborator")}
.circle
+price_collaborator
@@ -39,7 +39,10 @@ div.modal.fade(tabindex="-1" role="dialog" data-ol-group-plan-modal)
for plan_code in groupPlanModalOptions.plan_codes
label.group-plan-option
input(type="radio" name="plan_code" checked=(plan_code.code === "collaborator") value=plan_code.code )
span #{plan_code.display}
if (useNewPlanName && plan_code.code === 'collaborator')
span Standard
else
span #{plan_code.display}
.form-group
label(for='size')
| Number of users
@@ -257,7 +257,10 @@ mixin allCardsAndControls(controlsRowSpaced, listLocation)
.best-value
strong #{translate('best_value')}
.card-header
h2 #{translate("collaborator")}
if (useNewPlanName)
h2 #{translate("standard")}
else
h2 #{translate("collaborator")}
h5.tagline #{translate("tagline_collaborator")}
.circle
+price_collaborator
@@ -316,7 +319,10 @@ mixin allCardsAndControlsForVariant()
.best-value
strong #{translate('best_value')}
.card-header
h2 #{translate("collaborator")}
if (useNewPlanName)
h2 #{translate("standard")}
else
h2 #{translate("collaborator")}
h5.tagline #{translate("tagline_collaborator")}
.circle
+price_collaborator
@@ -5,7 +5,11 @@ mixin table_premium
th
th #{translate("free")}
th #{translate("personal")}
th #{translate("collaborator")}
th
if (useNewPlanName)
| #{translate("standard")}
else
| #{translate("collaborator")}
.outer.outer-top
.outer-content
.best-value