From: Anthony Talarico Date: Tue, 24 Jul 2018 20:14:02 +0000 (-0400) Subject: changing the courses card text to reflect lessons instead of courses X-Git-Tag: v1.0.0^2~26 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=214849b13863eab3b96bc1adeb61d79d5d3ffc2f;p=WP-Themes%2Fsaultstemarie360.git changing the courses card text to reflect lessons instead of courses --- 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" })); } })