diff --git a/services/web/app/views/subscriptions/_modal_group_purchase.pug b/services/web/app/views/subscriptions/_modal_group_purchase.pug index f017f64122..e8da6d0b60 100644 --- a/services/web/app/views/subscriptions/_modal_group_purchase.pug +++ b/services/web/app/views/subscriptions/_modal_group_purchase.pug @@ -41,7 +41,7 @@ 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 + | 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