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)}