mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fix "students enrolled" to "students assigned" in TeacherCoursesView
This commit is contained in:
parent
79db3766f9
commit
9d315a4848
2 changed files with 2 additions and 1 deletions
|
@ -1147,6 +1147,7 @@
|
|||
add_students1: "add students"
|
||||
view_edit: "view/edit"
|
||||
students_enrolled: "students enrolled"
|
||||
students_assigned: "students assigned"
|
||||
length: "Length:"
|
||||
|
||||
classes:
|
||||
|
|
|
@ -148,7 +148,7 @@ mixin course(courseInstance, classMemberCount)
|
|||
td
|
||||
span.course-enrolled
|
||||
span #{courseMemberCount} / #{classMemberCount}
|
||||
span.spl(data-i18n="courses.students_enrolled")
|
||||
span.spl(data-i18n="courses.students_assigned")
|
||||
|
||||
mixin course-info(course)
|
||||
.media
|
||||
|
|
Loading…
Reference in a new issue