Merge branch 'MDL-75800-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE

This commit is contained in:
Jun Pataleta
2022-09-27 20:19:54 +08:00
+1 -1
View File
@@ -73,7 +73,7 @@ class enrol_instance_deleted extends base {
* @return string
*/
public static function get_name() {
return get_string('eventgroupingdeleted', 'group');
return get_string('eventenrolinstancedeleted', 'enrol');
}
/**