diff --git a/theme/bootstrapbase/templates/block_myoverview/course-event-list.mustache b/theme/bootstrapbase/templates/block_myoverview/course-event-list.mustache
index 555966effef..d900b323ed0 100644
--- a/theme/bootstrapbase/templates/block_myoverview/course-event-list.mustache
+++ b/theme/bootstrapbase/templates/block_myoverview/course-event-list.mustache
@@ -89,9 +89,11 @@

+ alt="{{#str}} noevents, block_myoverview {{/str}}"
+ role="presentation">
{{#str}} noevents, block_myoverview {{/str}}
-
+
{{#str}} viewcourse, block_myoverview {{/str}}
diff --git a/theme/bootstrapbase/templates/block_myoverview/courses-view.mustache b/theme/bootstrapbase/templates/block_myoverview/courses-view.mustache
index 45a38d58434..950ab5a15c4 100644
--- a/theme/bootstrapbase/templates/block_myoverview/courses-view.mustache
+++ b/theme/bootstrapbase/templates/block_myoverview/courses-view.mustache
@@ -51,7 +51,8 @@

+ alt="{{#str}} nocoursesinprogress, block_myoverview {{/str}}"
+ role="presentation">
{{#str}} nocoursesinprogress, block_myoverview {{/str}}
{{/inprogress}}
@@ -69,7 +70,8 @@

+ alt="{{#str}} nocoursesfuture, block_myoverview {{/str}}"
+ role="presentation">
{{#str}} nocoursesfuture, block_myoverview {{/str}}
{{/future}}
@@ -87,7 +89,8 @@

+ alt="{{#str}} nocoursespast, block_myoverview {{/str}}"
+ role="presentation">
{{#str}} nocoursespast, block_myoverview {{/str}}
{{/past}}