Skip to content

Commit

Permalink
Merge branch 'MDL-75800' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Sep 27, 2022
2 parents 182649d + 8faef06 commit 4483b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/event/enrol_instance_deleted.php
Expand Up @@ -73,7 +73,7 @@ public function get_description() {
* @return string
*/
public static function get_name() {
return get_string('eventgroupingdeleted', 'group');
return get_string('eventenrolinstancedeleted', 'enrol');
}

/**
Expand Down

0 comments on commit 4483b08

Please sign in to comment.