diff --git a/frontend/src/components/CourseCard.vue b/frontend/src/components/CourseCard.vue index fae4c511..1f805d56 100644 --- a/frontend/src/components/CourseCard.vue +++ b/frontend/src/components/CourseCard.vue @@ -104,10 +104,10 @@ {{ course.price }}
- {{ __('Paid Certificate') }} + {{ __('Certification') }}
diff --git a/frontend/src/components/CourseCardOverlay.vue b/frontend/src/components/CourseCardOverlay.vue index 63c2fc76..ad534557 100644 --- a/frontend/src/components/CourseCardOverlay.vue +++ b/frontend/src/components/CourseCardOverlay.vue @@ -115,13 +115,22 @@ {{ course.data.rating }} {{ __('Rating') }} +
+ + + {{ __('Certificate of Completion') }} + +
- {{ __('Paid Certificate') }} + {{ __('Paid Certificate after Evaluation') }}
@@ -131,7 +140,7 @@