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

@@ -66,7 +66,7 @@ $(function () {
let status = savedCourses[currindex].status;
if (status.includes("closed") || status.includes("cancelled") || !status) {
$("#register").text("Cannot Register").css("background-color", "#FF5722");
$("#register").text("Can't Register").css("background-color", "#FF5722");
} else if (status.includes("waitlisted")) {
$("#register").text("Join Waitlist").css("background-color", "#FF9800");
} else {