mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-66378 report_participation: Correct label for target
This commit is contained in:
parent
db89a31d2e
commit
beae3feb54
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user