Skip to content

Commit

Permalink
Merge pull request #2502 from Alex-Jordan/add-users
Browse files Browse the repository at this point in the history
change 'Add Students' button to 'Add Users'
  • Loading branch information
drgrice1 committed Aug 11, 2024
2 parents e14e4d5 + dbbaff8 commit 59dab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ContentGenerator/Instructor/AddUsers.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@
% param('assignSets', undef);
<%= select_field assignSets => [ map { [ format_set_name_display($_) => $_ ] } $db->listGlobalSets ],
size => 10, multiple => undef, class => 'form-select w-auto mb-2' =%>
<p><%= submit_button maketext('Add Students'), name => 'addStudents', class => 'btn btn-primary' =%></p>
<p><%= submit_button maketext('Add Users'), name => 'addStudents', class => 'btn btn-primary' =%></p>
<% end =%>

0 comments on commit 59dab44

Please sign in to comment.