fix: certification tab title
This commit is contained in:
@@ -368,7 +368,7 @@ const tabs = computed(() => {
|
|||||||
|
|
||||||
if (showCertification.value) {
|
if (showCertification.value) {
|
||||||
tabsArray.push({
|
tabsArray.push({
|
||||||
label: __('Certificate'),
|
label: __('Certification'),
|
||||||
icon: GraduationCap,
|
icon: GraduationCap,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user