mario-core 2.9.429-feedback → 2.9.431-feedback
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.modern.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -681,7 +681,7 @@ var start = "start";
|
|
|
681
681
|
var teacher_reflection = "Teacher Reflections";
|
|
682
682
|
var notes = "Notes";
|
|
683
683
|
var student_reflection = "Student Reflections";
|
|
684
|
-
var view_latest_check_ins = "View Latest Check-
|
|
684
|
+
var view_latest_check_ins = "View Latest Check-ins";
|
|
685
685
|
var this_week_s = "This Week's";
|
|
686
686
|
var missing_weekly_check_in = "missing weekly check-in";
|
|
687
687
|
var add_new_student = "Add new student";
|
|
@@ -698,7 +698,7 @@ var start_a_1_1_conversation = "Start a 1-1 Conversation";
|
|
|
698
698
|
var view_results = "View results";
|
|
699
699
|
var request_check_in = "Request check-in";
|
|
700
700
|
var last = "Last";
|
|
701
|
-
var latest_check_ins = "Latest Check-
|
|
701
|
+
var latest_check_ins = "Latest Check-ins";
|
|
702
702
|
var students_who_missing_weekly_check_in = "Students who missing weekly check-in";
|
|
703
703
|
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check-in";
|
|
704
704
|
var no_student_missing_weekly_check_in = "No student missing weekly check-in";
|
package/dist/index.modern.js
CHANGED
|
@@ -680,7 +680,7 @@ var start = "start";
|
|
|
680
680
|
var teacher_reflection = "Teacher Reflections";
|
|
681
681
|
var notes = "Notes";
|
|
682
682
|
var student_reflection = "Student Reflections";
|
|
683
|
-
var view_latest_check_ins = "View Latest Check-
|
|
683
|
+
var view_latest_check_ins = "View Latest Check-ins";
|
|
684
684
|
var this_week_s = "This Week's";
|
|
685
685
|
var missing_weekly_check_in = "missing weekly check-in";
|
|
686
686
|
var add_new_student = "Add new student";
|
|
@@ -697,7 +697,7 @@ var start_a_1_1_conversation = "Start a 1-1 Conversation";
|
|
|
697
697
|
var view_results = "View results";
|
|
698
698
|
var request_check_in = "Request check-in";
|
|
699
699
|
var last = "Last";
|
|
700
|
-
var latest_check_ins = "Latest Check-
|
|
700
|
+
var latest_check_ins = "Latest Check-ins";
|
|
701
701
|
var students_who_missing_weekly_check_in = "Students who missing weekly check-in";
|
|
702
702
|
var this_student_does_nt_have_missing_check_in = "This student doesn’t have missing check-in";
|
|
703
703
|
var no_student_missing_weekly_check_in = "No student missing weekly check-in";
|