Skip to content
Snippets Groups Projects
Commit a34a4092 authored by Ali-D-Akbar's avatar Ali-D-Akbar
Browse files

PROD-2031

parent 03d2d983
No related merge requests found
<div class="transcripts-message-status status-error">
<span class="icon fa fa-remove" aria-hidden="true"></span>
<%= gettext("Timed Transcript Conflict") %>
<%- gettext("Timed Transcript Conflict") %>
</div>
<p class="transcripts-message">
<%= gettext("The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.") %>
<%- gettext("The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.") %>
<strong>
<%= gettext("Which timed transcript would you like to use?") %>
<%- gettext("Which timed transcript would you like to use?") %>
</strong>
</p>
<p class="transcripts-error-message is-invisible">
<%= gettext("Error.") %>
<%- gettext("Error.") %>
</p>
<div class="wrapper-transcripts-buttons">
......@@ -28,12 +28,12 @@
class="action setting-choose"
type="button"
name="setting-choose"
data-video-id="<%= value %>"
value="<%= message %>"
data-tooltip="<%= message %>"
data-video-id="<%- value %>"
value="<%- message %>"
data-tooltip="<%- message %>"
>
<span>
<%= message %>
<%= message %> <% // xss-lint: disable=underscore-not-escaped %>
</span>
</button>
<% }) %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment