mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Tweak wording on TeacherCoursesView
This commit is contained in:
parent
c8fc893ef1
commit
12b3947448
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ block content
|
|||
- var totalMaxRedeemers = view.prepaids.totalMaxRedeemers();
|
||||
|
||||
.text-right
|
||||
span.spr Available paid seats: #{totalRedeemers}/#{totalMaxRedeemers}
|
||||
span.spr Used paid seats: #{totalRedeemers}/#{totalMaxRedeemers}
|
||||
a.btn.btn-default.btn-xs(href="/courses/purchase") Add
|
||||
|
||||
for classroom in view.classrooms.models
|
||||
|
|
Loading…
Reference in a new issue