diff --git a/mod/data/classes/template.php b/mod/data/classes/template.php index 24f9fd898b7..fef89994768 100644 --- a/mod/data/classes/template.php +++ b/mod/data/classes/template.php @@ -584,7 +584,7 @@ class template { return html_writer::tag( 'span', userdate($entry->timemodified, get_string('strftimedatemonthabbr', 'langconfig')), - ['title' => userdate($entry->timecreated)] + ['title' => userdate($entry->timemodified)] ); }