mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
🐛Update no students text in class view
This commit is contained in:
parent
d392f7780e
commit
cfcda2bd00
2 changed files with 3 additions and 2 deletions
|
@ -1419,7 +1419,8 @@
|
|||
archive_class: "archive class"
|
||||
unarchive_class: "unarchive class"
|
||||
unarchive_this_class: "Unarchive this class"
|
||||
no_students_yet: "View class to add students." # {change}
|
||||
no_students_yet: "This class has no students yet."
|
||||
no_students_yet_view_class: "View class to add students."
|
||||
try_refreshing: "(You may need to refresh the page)"
|
||||
add_students: "Add Students"
|
||||
create_new_class: "Create a New Class"
|
||||
|
|
|
@ -91,7 +91,7 @@ mixin classRow(classroom)
|
|||
mixin addStudentsButton(classroom)
|
||||
.add-students
|
||||
.text-center
|
||||
div.small-details(data-i18n='teacher.no_students_yet')
|
||||
div.small-details(data-i18n='teacher.no_students_yet_view_class')
|
||||
|
||||
mixin createClassButton
|
||||
.create-class
|
||||
|
|
Loading…
Reference in a new issue