From a35e97445775bdbe4461ebd4c13c97178c35f5c7 Mon Sep 17 00:00:00 2001 From: jportela Date: Fri, 4 Aug 2017 14:31:55 +0200 Subject: [PATCH] Fix typo introduced in commit b841176 --- lms/djangoapps/certificates/views/webview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/certificates/views/webview.py b/lms/djangoapps/certificates/views/webview.py index f96b4eca9d..d330c61aeb 100644 --- a/lms/djangoapps/certificates/views/webview.py +++ b/lms/djangoapps/certificates/views/webview.py @@ -102,7 +102,7 @@ def _update_certificate_context(context, user_certificate, platform_name): 'february': _('February'), 'march': _('March'), 'april': _('April'), - 'may': _('Mayy'), + 'may': _('May'), 'june': _('June'), 'july': _('July'), 'august': _('August'),