diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index 7ece338bd1..55895e5ed8 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -62,7 +62,7 @@ username = get_enterprise_learner_generic_name(request) or student.username % endif

- ${_("Course Progress for Student '{username}' ({email})").format(username=username, email=student.email)} + ${_("Course Progress for '{username}' ({email})").format(username=username, email=student.email)}

% if course_expiration_fragment: ${HTML(course_expiration_fragment.content)}