From 1955a273f77e2bfcdd92b1b540f0934014ba7b2b Mon Sep 17 00:00:00 2001 From: sambapete Date: Mon, 22 Oct 2018 10:28:06 -0400 Subject: [PATCH] Fix translation issue related to message showed on courseware progress page related to certification and course mode. --- lms/templates/courseware/progress.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index 1ea48d838b..12014e2ea5 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -71,8 +71,8 @@ username = get_enterprise_learner_generic_name(request) or student.username
<% post_url = reverse('generate_user_cert', args=[unicode(course.id)]) %>
-

${certificate_data.title}

-

${certificate_data.msg}

+

${_(certificate_data.title)}

+

${_(certificate_data.msg)}

%if certificate_data.cert_web_view_url: