diff --git a/cms/templates/js/video/transcripts/metadata-videolist-entry.underscore b/cms/templates/js/video/transcripts/metadata-videolist-entry.underscore index 2e0719711b..6c22c6f04c 100644 --- a/cms/templates/js/video/transcripts/metadata-videolist-entry.underscore +++ b/cms/templates/js/video/transcripts/metadata-videolist-entry.underscore @@ -1,20 +1,20 @@
- +
-
-
<%= model.get('help') %>
+
+
<%- model.get('help') %>
- <%= gettext("Add URLs for additional versions") %> <%= model.get('display_name')%> + <%- gettext("Add URLs for additional versions") %> <%- model.get('display_name')%>
- <%= gettext("To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.") %> + <%- gettext("To be sure all students can access the video, we recommend providing both an .mp4 and a .webm version of your video. Click below to add a URL for another version. These URLs cannot be YouTube URLs. The first listed video that's compatible with the student's computer will play.") %>
  1. - +
  2. - +
@@ -22,6 +22,6 @@