File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ public function get_description() {
55
55
return "The user with id ' $ this ->userid ' created the certificate template with id ' $ this ->objectid '. " ;
56
56
} else {
57
57
// Else assume it's a module instance in a course.
58
- return "The user with id ' $ this ->userid ' created the certificate in course module ' $ this ->contextinstanceid '. " ;
58
+ return "The user with id ' $ this ->userid ' created the certificate template in course module "
59
+ . "' $ this ->contextinstanceid '. " ;
59
60
}
60
61
}
61
62
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ public function get_description() {
55
55
return "The user with id ' $ this ->userid ' deleted the certificate template with id ' $ this ->objectid '. " ;
56
56
} else {
57
57
// Else assume it's a module instance in a course.
58
- return "The user with id ' $ this ->userid ' deleted the certificate for course module ' $ this ->contextinstanceid '. " ;
58
+ return "The user with id ' $ this ->userid ' deleted the certificate template for course module "
59
+ . "' $ this ->contextinstanceid '. " ;
59
60
}
60
61
}
61
62
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ public function get_description() {
55
55
return "The user with id ' $ this ->userid ' updated the certificate template with id ' $ this ->objectid '. " ;
56
56
} else {
57
57
// Else assume it's a module instance in a course.
58
- return "The user with id ' $ this ->userid ' updated the certificate for course module ' $ this ->contextinstanceid '. " ;
58
+ return "The user with id ' $ this ->userid ' updated the certificate template for course module "
59
+ . "' $ this ->contextinstanceid '. " ;
59
60
}
60
61
}
61
62
You can’t perform that action at this time.
0 commit comments