Skip to content

Commit

Permalink
MDL-66378 report_participation: Correct label for target
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 17, 2019
1 parent db89a31 commit beae3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/participation/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
}
echo '</div>';
echo '<div class="p-y-1">';
echo html_writer::label(get_string('withselectedusers'), 'formactionselect');
echo html_writer::label(get_string('withselectedusers'), 'formactionid');
$displaylist['#messageselect'] = get_string('messageselectadd');
$withselectedparams = array(
'id' => 'formactionid',
Expand Down

0 comments on commit beae3fe

Please sign in to comment.