Merge pull request #4011 from overleaf/tm-fix-group-plan-educational-discount-text

Lowercase 'educational' for consistency in group plan modal text

GitOrigin-RevId: 139549dc96e71295f1eb5949fad66af1b4df4e16
This commit is contained in:
Thomas 2021-05-07 16:22:00 +02:00 committed by Copybot
parent d9b369c6c1
commit d2dad0d802

View file

@ -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