diff --git a/ComSemApp/templates/ComSemApp/admin/student_list.html b/ComSemApp/templates/ComSemApp/admin/student_list.html index 961f718d..f80d358c 100644 --- a/ComSemApp/templates/ComSemApp/admin/student_list.html +++ b/ComSemApp/templates/ComSemApp/admin/student_list.html @@ -112,7 +112,7 @@

No students have been created yet.

e.preventDefault(); reset_password_url = $(this).attr('reset_password_url'); cs_confirm( - "Reset Password", "Are you sure you'd like to reset this student's password? They will receive and email with their username and a randomly generated password.", "warning", "Reset", reset_password) + "Reset Password", "Are you sure you'd like to reset this student's password? They will receive an email with their username and a randomly generated password.", "warning", "Reset", reset_password) }) })