From 55f87d2ee518450d5fc567977050273562c80c14 Mon Sep 17 00:00:00 2001 From: uzairr Date: Thu, 13 Feb 2020 17:25:35 +0500 Subject: [PATCH] Justify the course banner text to improve usablity Course banner text is justified from both sides which is creating extra spaces between the text ultimately impacting on usability. To improve it, its alignment is modified and now it is no longer affecting usability. PROD-1034 --- 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 72246ec5ea..b74d30035d 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -458,7 +458,7 @@ from util.course import get_link_for_about_page, get_encoded_course_sharing_utm_ % if course_mode_info and course_mode_info['show_upsell'] and not entitlement:
-

+

${_("Pursue a {cert_name_long} to highlight the knowledge and skills you gain in this course.").format(cert_name_long=cert_name_long)}