From 214849b13863eab3b96bc1adeb61d79d5d3ffc2f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 24 Jul 2018 16:14:02 -0400 Subject: [PATCH] changing the courses card text to reflect lessons instead of courses --- js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/custom.js b/js/custom.js index 37f8f92..0b429db 100644 --- a/js/custom.js +++ b/js/custom.js @@ -208,7 +208,7 @@ jQuery(document).ready(function($){ $(this).append( $('',{ "class": "view-course-link", "href": link, - "text": "View Course" + "text": "View Lessons" })); } }) -- 2.17.1