PROD-2031
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<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>
|
||||
<% }) %>
|
||||
|
||||
Reference in New Issue
Block a user