diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index 1ea48d838bc47c398cfce5a74452575a58618e76..12014e2ea540161909ae9f8c2d0a098bfe6b4f8b 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 <div class="has-actions"> <% post_url = reverse('generate_user_cert', args=[unicode(course.id)]) %> <div class="msg-content"> - <h4 class="hd hd-4 title">${certificate_data.title}</h4> - <p class="copy">${certificate_data.msg}</p> + <h4 class="hd hd-4 title">${_(certificate_data.title)}</h4> + <p class="copy">${_(certificate_data.msg)}</p> </div> <div class="msg-actions"> %if certificate_data.cert_web_view_url: