mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
d9b369c6c1
commit
d2dad0d802
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue