diff --git a/src/components/Course/CertificateView.tsx b/src/components/Course/CertificateView.tsx
index f3ee46e5e..253f11dad 100644
--- a/src/components/Course/CertificateView.tsx
+++ b/src/components/Course/CertificateView.tsx
@@ -175,10 +175,10 @@ export function CertificateView(props: CertificateViewProps) {
{!isCourseCompleted && !isLoading && (
-
Almost there!
-
- Complete the course to download the certificate and rate your
- experience.
+
Pending completion!
+
+ Please complete all the lessons and challenges in the course to
+ issue the certificate.
)}
diff --git a/src/components/Course/Chapter.tsx b/src/components/Course/Chapter.tsx
index ef9654f83..55c93885b 100644
--- a/src/components/Course/Chapter.tsx
+++ b/src/components/Course/Chapter.tsx
@@ -94,9 +94,9 @@ export function Chapter(props: ChapterProps) {