changing the courses card text to reflect lessons instead of courses
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Jul 2018 20:14:02 +0000 (16:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Jul 2018 20:14:02 +0000 (16:14 -0400)
js/custom.js

index 37f8f92..0b429db 100644 (file)
@@ -208,7 +208,7 @@ jQuery(document).ready(function($){
             $(this).append( $('<a></a>',{
                 "class": "view-course-link",
                 "href": link,
-                "text": "View Course"
+                "text": "View Lessons"
             }));
         }
     })