From 4eb3c4b18edc6511f9bf8c98654490fd0dad2331 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Fri, 19 Jun 2015 17:04:30 -0400 Subject: [PATCH] I18N needs to not include the string substitution --- .../instructor/instructor_dashboard_2/executive_summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/executive_summary.html b/lms/templates/instructor/instructor_dashboard_2/executive_summary.html index 4312892a00..e118fb2377 100644 --- a/lms/templates/instructor/instructor_dashboard_2/executive_summary.html +++ b/lms/templates/instructor/instructor_dashboard_2/executive_summary.html @@ -28,7 +28,7 @@ h2 { -

${_("Executive Summary for {display_name}".format(display_name=display_name))}

+

${_("Executive Summary for {display_name}").format(display_name=display_name)}