Merge branch 'MDL-76948_401' of https://github.com/larsbonczek/moodle into MOODLE_401_STABLE

This commit is contained in:
Andrew Nicols 2023-02-15 23:01:41 +08:00
commit 927b0fc34d

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'.";
}