Skip to content

Commit c682ea4

Browse files
author
David Monllao
committed
Merge branch 'MDL-63179-master' of https://github.com/lucaboesch/moodle
2 parents 0d9ddf2 + 2711941 commit c682ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enrol/self/classes/deleteselectedusers_operation.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function get_identifier() {
4949
* @return string
5050
*/
5151
public function get_title() {
52-
return get_string('deleteselectedusers', 'enrol_manual');
52+
return get_string('deleteselectedusers', 'enrol_self');
5353
}
5454

5555
/**
@@ -58,7 +58,7 @@ public function get_title() {
5858
*
5959
* @param string|moodle_url|null $defaultaction
6060
* @param mixed $defaultcustomdata
61-
* @return enrol_manual_editselectedusers_form
61+
* @return enrol_self_deleteselectedusers_form
6262
*/
6363
public function get_form($defaultaction = null, $defaultcustomdata = null) {
6464
if (!array($defaultcustomdata)) {

0 commit comments

Comments
 (0)