MDL-66378 report_participation: Correct label for target

This commit is contained in:
Andrew Nicols 2019-08-15 08:44:16 +08:00
parent db89a31d2e
commit beae3feb54

View File

@ -367,7 +367,7 @@ if (!empty($instanceid) && !empty($roleid)) {
}
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',