Skip to content

Commit

Permalink
fix: certification tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Sep 12, 2024
1 parent 45725f1 commit 4655398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Modals/Event.vue
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const tabs = computed(() => {
if (showCertification.value) {
tabsArray.push({
label: __('Certificate'),
label: __('Certification'),
icon: GraduationCap,
})
}
Expand Down

0 comments on commit 4655398

Please sign in to comment.