Change upload button text

This commit is contained in:
Mushtaq Ali
2018-01-09 13:02:36 +05:00
parent f76d419bc7
commit 70fe33fc1e
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {

View File

@@ -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>
<% }) %>