Skip to content

Commit

Permalink
Change 'all users' -> 'all course users'.
Browse files Browse the repository at this point in the history
  • Loading branch information
somiaj committed Feb 13, 2024
1 parent 21c5ac8 commit c4a4208
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<%= label_for edit_select => maketext('Edit which users?'), class => 'col-form-label col-form-label-sm col-auto' =%>
<div class="col-auto">
<%= select_field 'action.edit.scope' => [
[ maketext('all users') => 'all' ],
[ maketext('selected users') => 'selected', selected => undef ]
[ maketext('all course users') => 'all' ],
[ maketext('selected users') => 'selected', selected => undef ]
],
id => 'edit_select', class => 'form-select form-select-sm' =%>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
class => 'col-form-label col-form-label-sm col-sm-auto' =%>
<div class="col-auto">
<%= select_field 'action.export.scope' => [
[ maketext('all users') => 'all' ],
[ maketext('selected users') => 'selected', selected => undef ],
[ maketext('all course users') => 'all' ],
[ maketext('selected users') => 'selected', selected => undef ],
],
id => 'export_select_scope', class => 'form-select form-select-sm' =%>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class => 'col-form-label col-form-label-sm col-sm-auto' =%>
<div class="col-auto">
<%= select_field 'action.filter.scope' => [
[ maketext('all users') => 'all' ],
[ maketext('all course users') => 'all' ],
[ maketext('selected users') => 'selected' ],
[ maketext('users who match on selected field') => 'match_regex', selected => undef ]
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
class => 'col-form-label col-form-label-sm col-auto' =%>
<div class="col-auto">
<%= select_field 'action.password.scope' => [
[ maketext('all users') => 'all' ],
[ maketext('selected users') => 'selected', selected => undef ]
[ maketext('all course users') => 'all' ],
[ maketext('selected users') => 'selected', selected => undef ]
],
id => 'password_select', class => 'form-select form-select-sm' =%>
</div>
Expand Down

0 comments on commit c4a4208

Please sign in to comment.