mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #3975 from overleaf/tm-change-default-group-subscription
Make Enterprise the default group pricing and clarify related text GitOrigin-RevId: c723c87fa97ca0f8e9a03039f05cb397e1213de3
This commit is contained in:
parent
c081db1ddf
commit
a5e905f730
2 changed files with 3 additions and 1 deletions
|
@ -41,6 +41,8 @@ script(type="text/ng-template", id="groupPlanModalPurchaseTemplate")
|
|||
select.form-control(id="usage", ng-model="selected.usage")
|
||||
option(ng-repeat="usage in options.usages", value="{{usage.code}}") {{ usage.display }}
|
||||
p.small.text-center.row-spaced-small(ng-show="selected.usage == 'educational'")
|
||||
| The 40% Educational discount can be used by students or faculty using Overleaf for teaching
|
||||
p.small.text-center.row-spaced-small(ng-show="selected.usage == 'enterprise'")
|
||||
| Save an additional 40% on groups of 10 or more with our educational discount
|
||||
.modal-footer
|
||||
.text-center
|
||||
|
|
|
@ -396,7 +396,7 @@ App.controller(
|
|||
plan_code: 'collaborator',
|
||||
currency,
|
||||
size: '10',
|
||||
usage: 'educational',
|
||||
usage: 'enterprise',
|
||||
}
|
||||
// selected via query
|
||||
if ($location.search()) {
|
||||
|
|
Loading…
Reference in a new issue