From 0211ee6dcd614cbe4b9c07ede51d6f5d83942218 Mon Sep 17 00:00:00 2001 From: Thomas Tracy Date: Wed, 23 Mar 2022 15:30:00 -0400 Subject: [PATCH] fix: set bulk email link to open in new tab (#30110) --- lms/templates/instructor/instructor_dashboard_2/send_email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/send_email.html b/lms/templates/instructor/instructor_dashboard_2/send_email.html index 51a67443bb..65726c9fe8 100644 --- a/lms/templates/instructor/instructor_dashboard_2/send_email.html +++ b/lms/templates/instructor/instructor_dashboard_2/send_email.html @@ -10,7 +10,7 @@ from openedx.core.djangolib.markup import HTML %if 'communications_mfe_url' in section_data:

- ${_("To use the email tool, visit the")} ${_("new experience")}. + ${_("To use the email tool, visit the")} ${_("new experience")}.

%else: