14 lines
659 B
Plaintext
14 lines
659 B
Plaintext
<button class='button-link action-cancel-course-video-settings' aria-describedby='cancel-button-text'>
|
|
<%- gettext('Discard Changes') %>
|
|
<span id='cancel-button-text' class='sr'><%-gettext('Press discard changes to discard changes.') %></span>
|
|
</button>
|
|
<button class="button action-update-course-video-settings" aria-describedby='update-button-text'>
|
|
<%- gettext('Update Settings') %>
|
|
<span id='update-button-text' class='sr'><%-gettext('Press update settings to update course video settings') %></span>
|
|
</button>
|
|
<span class='last-updated-text'>
|
|
<%if (dateModified) { %>
|
|
<%- gettext('Last updated')%> <%- dateModified %>
|
|
<% } %>
|
|
</span>
|