MDL-66378 report_participation: Correct label for target

This commit is contained in:
Andrew Nicols
2019-08-17 16:37:40 +08:00
parent 2b937e35d6
commit 10b49eabb1
+1 -1
View File
@@ -346,7 +346,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>';