From 1c2c04a117d87fd74eba6d8c84f28c9c463cbd35 Mon Sep 17 00:00:00 2001 From: Tanya Priyadarshini Date: Wed, 15 May 2019 12:37:52 -0700 Subject: [PATCH] Remove the word "Student" from the title. At Stanford, we are required to refer to users as participants. Removed the word Student from the progress certificate title. The word "Student" does not change when the user context is changed. --- lms/templates/courseware/progress.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index e3754d576b..16beec55c7 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)}