diff --git a/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml b/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml
index 8923e8e2..394398de 100644
--- a/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml
+++ b/LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml
@@ -93,7 +93,7 @@
Accessed resources and courses will be displayed here. Browse from the list of resources below or search for a specific term using the search bar at the top of the screen.
- } - else if (Model.MyLearnings.Type == "my-certificates" && Model.MyLearnings.TotalCount <= 0) + @if (Model.MyLearnings.Type == "my-certificates" && Model.MyLearnings.TotalCount <= 0) {Certificates when available will be displayed here.
} + else if (Model.DashboardTrayLearningResourceType == "elearning" && Model.MyLearnings.TotalCount <= 0) + { +Accessed resources and courses will be displayed here. Browse from the list of resources below or search for a specific term using the search bar at the top of the screen.
+ } +When available your completed learning will be displayed here.
} -