From a2d2c0750b8e2c5e633b92558a84291398cb01d4 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Tue, 2 Feb 2021 19:58:07 +0500 Subject: [PATCH] PROD-2032 --- .../metadata-videolist-entry.underscore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 @@