Change upload button text
This commit is contained in:
@@ -54,7 +54,7 @@ define(
|
||||
TRANSCRIPT_DOWNLOAD_URL + '?edx_video_id=' + edxVideoID + '&language_code=' + transcriptLanguage
|
||||
);
|
||||
|
||||
expect(uploadTranscriptActionEl.html().trim(), 'Upload');
|
||||
expect(uploadTranscriptActionEl.html().trim(), 'Replace');
|
||||
};
|
||||
|
||||
verifyMessage = function($transcriptEl, status) {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<%- gettext('Download') %>
|
||||
</a>
|
||||
<span class='transcript-actions-separator'> | </span>
|
||||
<button class="button-link upload-transcript-button"><%- gettext('Upload') %></button>
|
||||
<button class="button-link upload-transcript-button"><%- gettext('Replace') %></button>
|
||||
</div>
|
||||
</div>
|
||||
<% }) %>
|
||||
|
||||
Reference in New Issue
Block a user