From d04d0cc34ba3f2f4e45a6f39776cb66345d7ea23 Mon Sep 17 00:00:00 2001 From: Kevin Falcone Date: Tue, 26 Apr 2016 10:26:58 -0400 Subject: [PATCH] TNL-4396 Apply same fix to edx dashboard This was fixed on the openedx dashboard, but missed on the edx.org theme for the dashboard. --- themes/edx.org/lms/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/edx.org/lms/templates/dashboard.html b/themes/edx.org/lms/templates/dashboard.html index afe2874655..026ba826f4 100644 --- a/themes/edx.org/lms/templates/dashboard.html +++ b/themes/edx.org/lms/templates/dashboard.html @@ -210,7 +210,7 @@ from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_str

- ${_("Email Settings for {course_number}").format(course_number='')} + ${Text(_("Email Settings for {course_number}")).format(HTML(course_number=''))} , ## Translators: this text gives status on if the modal interface (a menu or piece of UI that takes the full focus of the screen) is open or not ${_("window open")}