diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html index 86f094b45b..870d4785ed 100644 --- a/lms/templates/courseware/course_about.html +++ b/lms/templates/courseware/course_about.html @@ -242,8 +242,8 @@ from edxmako.shortcuts import marketing_link site_domain = microsite.get_value('site_domain', settings.SITE_NAME) platform_name = microsite.get_value('platform_name', settings.PLATFORM_NAME) - # Translators: This text will be automatically posted to the student's - # Twitter account. {url} should appear at the end of the text. + ## Translators: This text will be automatically posted to the student's + ## Twitter account. {url} should appear at the end of the text. tweet_text = _("I just registered for {number} {title} through {account}: {url}").format( number=course.number, title=get_course_about_section(course, 'title'), diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index b1fe59fd91..1f2806994f 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -75,7 +75,7 @@ from django.utils.http import urlquote_plus %elif is_generating:
${_("We're creating your certificate. You can keep working in your courses and a link to it will appear here and on your Dashboard when it is ready.")}