diff --git a/cms/templates/js/video/transcripts/messages/transcripts-use-existing.underscore b/cms/templates/js/video/transcripts/messages/transcripts-use-existing.underscore index c884e8bf23..64c81664c4 100644 --- a/cms/templates/js/video/transcripts/messages/transcripts-use-existing.underscore +++ b/cms/templates/js/video/transcripts/messages/transcripts-use-existing.underscore @@ -1,16 +1,16 @@
- <%= gettext("Confirm Timed Transcript") %> + <%- gettext("Confirm Timed Transcript") %>

- <%= gettext("You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?") %> + <%- gettext("You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?") %>

@@ -18,22 +18,22 @@ class="action setting-use-existing" type="button" name="setting-use-existing" - value="<%= gettext("Use Current Transcript") %>" - data-tooltip="<%= gettext("Use Current Transcript") %>" + value="<%- gettext("Use Current Transcript") %>" + data-tooltip="<%- gettext("Use Current Transcript") %>" > - <%= gettext("Use Current Transcript") %> + <%- gettext("Use Current Transcript") %>