diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index 06749592..8993604b 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -55,14 +55,14 @@ const modelCreateTypeBranch = ref(false); const typeBranchItem = [ { icon: 'material-symbols:home-work-outline', - text: t('branch.card.branchLabel'), + text: 'branch.card.branchLabel', iconColor: '--purple-8', color: 'var(--purple-6-hsl)', }, { icon: 'mdi-home-group', - text: t('branch.card.branchVirtual'), + text: 'branch.card.branchVirtual', iconColor: '--blue-8', color: 'var(--blue-6-hsl)', },