Change the name of events

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-06-06 16:31:28 +04:00
parent 21c9758a0b
commit f3dc1d01cc
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ class administrator_changed extends \core\event\base {
* Return localised event name.
*/
public static function get_name() {
return new \lang_string("update", "moodle");
return new \lang_string("sitelogs", "moodle");
}
/**