mirror of
https://github.com/frappe/lms.git
synced 2026-05-03 05:59:32 +03:00
fix: certification tab title
This commit is contained in:
@@ -368,7 +368,7 @@ const tabs = computed(() => {
|
||||
|
||||
if (showCertification.value) {
|
||||
tabsArray.push({
|
||||
label: __('Certificate'),
|
||||
label: __('Certification'),
|
||||
icon: GraduationCap,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user