🐛Update no students text in class view

This commit is contained in:
Matt Lott 2016-08-19 15:06:25 -07:00
parent d392f7780e
commit cfcda2bd00
2 changed files with 3 additions and 2 deletions

View file

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

View file

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