Edited wording of UI labels for configuring subsection prerequisites (gating)
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
</label>
|
||||
</li>
|
||||
<div id="prereq_min_score_error" class="message-status error">
|
||||
<%- gettext('Minimum score must be an integer between 0 and 100.') %>
|
||||
<%- gettext('The minimum score percentage must be a whole number between 0 and 100.') %>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
<% } %>
|
||||
<h3 class="modal-section-title"><%- gettext('Use this as a Prerequisite') %></h3>
|
||||
<h3 class="modal-section-title"><%- gettext('Use as a Prerequisite') %></h3>
|
||||
<div class="modal-section-content gating-is-prereq">
|
||||
<ul class="list-fields list-input">
|
||||
<li class="field field-checkbox checkbox-cosmetic">
|
||||
@@ -37,7 +37,7 @@
|
||||
<label for="is_prereq" class="label">
|
||||
<i class="icon fa fa-check-square-o input-checkbox-checked"></i>
|
||||
<i class="icon fa fa-square-o input-checkbox-unchecked"></i>
|
||||
<%- gettext('Yes, set this as a prerequisite which can be used to limit access to other content') %>
|
||||
<%- gettext('Make this subsection available as a prerequisite to other content') %>
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user