Change "Choose one" to "Select a group type".
This commit is contained in:
@@ -67,7 +67,7 @@ is_staff_locked = ancestor_has_staff_lock(xblock)
|
||||
<select>
|
||||
<option value="-1" selected ="selected">
|
||||
% if selected_partition_index == -1:
|
||||
${_('Choose one')}
|
||||
${_('Select a group type')}
|
||||
% else:
|
||||
${_('All Learners and Staff')}
|
||||
% endif
|
||||
|
||||
Reference in New Issue
Block a user