From 293f2568175917f0b3b38d28c15de0420493a055 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sat, 11 Apr 2015 18:24:37 -0400 Subject: [PATCH] Fix typo: Certfificate -> Certificate --- lms/djangoapps/certificates/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/certificates/views.py b/lms/djangoapps/certificates/views.py index adea35815a..24cd3b0044 100644 --- a/lms/djangoapps/certificates/views.py +++ b/lms/djangoapps/certificates/views.py @@ -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') )