This commit is contained in:
Andrew Nicols 2023-02-15 23:01:04 +08:00
commit f8f4677592

View file

@ -71,7 +71,7 @@ class submission_unlocked extends base {
* @return string * @return string
*/ */
public function get_description() { public function get_description() {
return "The user with id '$this->userid' locked the submission for the user with id '$this->relateduserid' " . return "The user with id '$this->userid' unlocked the submission for the user with id '$this->relateduserid' " .
"for the assignment with course module id '$this->contextinstanceid'."; "for the assignment with course module id '$this->contextinstanceid'.";
} }