diff --git a/lms/templates/discussion/_switch_experience_fragment.html b/lms/templates/discussion/_switch_experience_fragment.html index 141364264e..5e68e2521e 100644 --- a/lms/templates/discussion/_switch_experience_fragment.html +++ b/lms/templates/discussion/_switch_experience_fragment.html @@ -7,13 +7,13 @@ from django.utils.translation import ugettext as _ %> % if show_banner: -
+
% if show_mfe: -
+
${_("You are viewing an educator only preview of the new discussions experience!")}
% else: -
+
${_("An educator preview of new discussions experience is available!")}
%endif