Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ComSemApp/templates/ComSemApp/admin/student_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4>No students have been created yet.</h4>
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)
})
})
</script>
Expand Down