diff --git a/scripts/langindex.json b/scripts/langindex.json
index f3ca9d8c7..d319bd42f 100644
--- a/scripts/langindex.json
+++ b/scripts/langindex.json
@@ -2387,6 +2387,7 @@
"core.user.errorloaduser": "local_moodlemobileapp",
"core.user.firstname": "moodle",
"core.user.interests": "moodle",
+ "core.user.lastcourseaccess": "moodle",
"core.user.lastname": "moodle",
"core.user.manager": "role",
"core.user.newpicture": "moodle",
diff --git a/src/core/features/user/lang.json b/src/core/features/user/lang.json
index 5be59a0aa..027f190f4 100644
--- a/src/core/features/user/lang.json
+++ b/src/core/features/user/lang.json
@@ -19,6 +19,7 @@
"errorloaduser": "Error loading user.",
"firstname": "First name",
"interests": "Interests",
+ "lastcourseaccess": "Last access to course",
"lastname": "Surname",
"manager": "Manager",
"newpicture": "New picture",
diff --git a/src/core/features/user/pages/participants/participants.html b/src/core/features/user/pages/participants/participants.html
index 6fa6a38d8..d413aa56f 100644
--- a/src/core/features/user/pages/participants/participants.html
+++ b/src/core/features/user/pages/participants/participants.html
@@ -34,13 +34,16 @@
{{ participant.fullname }}
- {{ 'core.lastaccess' | translate }}:
- {{ participant.lastcourseaccess | coreTimeAgo }}
+
+ {{ 'core.user.lastcourseaccess' | translate }}:
+
+
{{ 'core.lastaccess' | translate }}:
- {{ participant.lastaccess | coreTimeAgo }}
+
+ {{ 'core.lastaccess' | translate }}:
+ {{ user.lastaccess | coreTimeAgo }}
+