MDL-66378 report_participation: Correct label for target

This commit is contained in:
Andrew Nicols
2019-08-18 07:15:00 +08:00
parent 9eab90a827
commit 15d2dcf037
+1 -1
View File
@@ -380,7 +380,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');
echo html_writer::select($displaylist, 'formaction', '', array('' => 'choosedots'), array('id' => 'formactionid'));
echo '</div>';