diff --git a/erpnext/public/js/education/lms/components/ProgramCard.vue b/erpnext/public/js/education/lms/components/ProgramCard.vue index f18ebe2be93..bc75469ad2e 100644 --- a/erpnext/public/js/education/lms/components/ProgramCard.vue +++ b/erpnext/public/js/education/lms/components/ProgramCard.vue @@ -1,5 +1,5 @@ @@ -48,7 +48,7 @@ export default { computed: { buttonName() { if(this.enrolled){ - return "Explore Program" + return "Start Program" } else { return "Enroll" diff --git a/erpnext/public/js/education/lms/pages/Home.vue b/erpnext/public/js/education/lms/pages/Home.vue index 5fe5dc877af..569008674f9 100644 --- a/erpnext/public/js/education/lms/pages/Home.vue +++ b/erpnext/public/js/education/lms/pages/Home.vue @@ -4,7 +4,7 @@ - + View All