From b727bf70c50676a5c71eac560ac1bd17af0ba390 Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Wed, 11 Feb 2015 18:43:50 +0500 Subject: [PATCH] ALT text describes image, not action At LMS dashboard course listing the course cover has alt attribute that have course name and then Cover Page it describe image not the action which is to take user to course home page TNL-1383 --- lms/templates/dashboard/_dashboard_course_listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index c1d4ccfc6a..53ed489580 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -51,7 +51,7 @@ from student.helpers import ( % if show_courseware_link: % if not is_course_blocked: - ${_('{course_number} {course_name} Cover Image').format(course_number=course.number, course_name=course.display_name_with_default) |h} + ${_('{course_number} {course_name} Home Page').format(course_number=course.number, course_name=course.display_name_with_default) |h} % else: