Commit b6265c44 by Sarina Canelake

Merge pull request #7657 from edx/sarina/fix-typo

Fix typo: Certfificate -> Certificate
parents d3122b01 293f2568
......@@ -342,7 +342,7 @@ def render_html_view(request):
)
# Translators: Certificate Types correspond to the different enrollment options available for a given course
context['certificate_type_title'] = _('{certificate_type} Certfificate').format(
context['certificate_type_title'] = _('{certificate_type} Certificate').format(
certificate_type=context.get('certificate_type')
)
......
Markdown is supported
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