Change "Choose one" to "Select a group type".

This commit is contained in:
cahrens
2017-04-19 14:32:44 -04:00
parent bd2025d60d
commit 5e14a35607
3 changed files with 4 additions and 4 deletions

View File

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