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

Fix typo: Certfificate -> Certificate
This commit is contained in:
Sarina Canelake
2015-04-11 23:46:04 -04:00

View File

@@ -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')
)