diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index fe0c706371..46ad71562f 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -112,9 +112,9 @@ from django.utils.http import urlquote_plus ${_("{link} to purchase course credit.").format(link="{url_name}".format(url = reverse('dashboard'), url_name = _('Go to your dashboard')))} %elif credit_course_requirements['eligibility_status'] == 'partial_eligible': - ${student.get_full_name()}, ${_("You have not yet met the requirements for credit.")} + ${_("{student_name}, you have not yet met the requirements for credit.").format(student_name=student.get_full_name())} %endif - Help regarding course credit requirements
+ ${_("Information about course credit requirements")}
%for requirement in credit_course_requirements['requirements']: