MDL-76948 mod_assign: Fix description of submission_unlocked event

This commit is contained in:
Lars Bonczek 2023-01-18 16:25:58 +01:00 committed by Lars Bonczek
parent 8de12b7997
commit d238db5f36

View File

@ -71,7 +71,7 @@ class submission_unlocked extends base {
* @return string
*/
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'.";
}