Skip to content
Snippets Groups Projects
Unverified Commit fc996c12 authored by Jeremy Bowman's avatar Jeremy Bowman Committed by GitHub
Browse files

Merge pull request #19107 from EDUlib/cert-translate

Message related to certificate on courseware progress page are translated to platform language only
parents b9dfe197 1955a273
Branches
Tags
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