fix: certification tab title

This commit is contained in:
Jannat Patel
2024-09-12 16:22:43 +05:30
parent 45725f1f6e
commit 46553987ac

View File

@@ -368,7 +368,7 @@ const tabs = computed(() => {
if (showCertification.value) {
tabsArray.push({
label: __('Certificate'),
label: __('Certification'),
icon: GraduationCap,
})
}