From 51f3a88cb30ae12809896e820df09692ab5373a0 Mon Sep 17 00:00:00 2001 From: Avery Edmondson Date: Mon, 10 Oct 2022 13:10:20 -0700 Subject: [PATCH] fixed typo in message --- ComSemApp/templates/ComSemApp/admin/student_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }) })