From 0f30a88a24a909db70a6223ad6c17385c18c9618 Mon Sep 17 00:00:00 2001 From: Net Date: Wed, 11 Sep 2024 10:26:12 +0700 Subject: [PATCH] refactor: edit i18n unchanged --- src/pages/01_branch-management/MainPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)', },