updated register button text

This commit is contained in:
sghsri
2018-09-08 20:48:29 -05:00
parent 93700d88e8
commit c7ef2c09fe
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ $(document).ready(function () {
let status = courses[$(this).closest("li").attr("id")].status;
if (status.includes("closed") || status.includes("cancelled")|| !status) {
$(this).find("#register").text("Cannot Register").css("background-color","#FF5722");
$(this).find("#register").text("Can't Register").css("background-color","#FF5722");
}
else {
if(status.includes("waitlisted")){