Commit b56e1233 by muhammad-ammar Committed by Usman Khalid

Change labels

parent 9ce66c78
...@@ -35,13 +35,13 @@ ...@@ -35,13 +35,13 @@
<div class="cohort-management-assignment-type-settings field field-radio"> <div class="cohort-management-assignment-type-settings field field-radio">
<% } %> <% } %>
<h4 class="form-label"> <h4 class="form-label">
<%- gettext('Students in this cohort are') %> <%- gettext('Cohort Assignment Method') %>
</h4> </h4>
<label> <label>
<input type="radio" class="type-random" name="cohort-assignment-type" value="random" <%- assignment_type == 'random' ? 'checked="checked"' : '' %>/> <%- gettext("Automatically Assigned") %> <input type="radio" class="type-random" name="cohort-assignment-type" value="random" <%- assignment_type == 'random' ? 'checked="checked"' : '' %>/> <%- gettext("Automatic") %>
</label> </label>
<label> <label>
<input type="radio" class="type-manual" name="cohort-assignment-type" value="manual" <%- assignment_type == 'manual' || isNewCohort ? 'checked="checked"' : '' %>/> <%- gettext("Manually Assigned") %> <input type="radio" class="type-manual" name="cohort-assignment-type" value="manual" <%- assignment_type == 'manual' || isNewCohort ? 'checked="checked"' : '' %>/> <%- gettext("Manual") %>
</label> </label>
</div> </div>
<% if (isDefaultCohort) { %> <% if (isDefaultCohort) { %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment