diff --git a/lms/templates/discussion/_switch_experience_fragment.html b/lms/templates/discussion/_switch_experience_fragment.html index 5e68e2521e..af981284c6 100644 --- a/lms/templates/discussion/_switch_experience_fragment.html +++ b/lms/templates/discussion/_switch_experience_fragment.html @@ -7,7 +7,7 @@ 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!")} @@ -19,16 +19,16 @@ from django.utils.translation import ugettext as _ %endif % if show_mfe: - + ${_("View legacy experience")} % if share_feedback_url: - + ${_("Share feedback")} % endif % else: - + ${_("View the new experience")} % endif