Skip to content
Snippets Groups Projects
Commit 1955a273 authored by sambapete's avatar sambapete Committed by Truong David
Browse files

Fix translation issue related to message showed on courseware progress

page related to certification and course mode.
parent dfbdfe04
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment