diff --git a/src/components/01_branch-management/FormBranchInformation.vue b/src/components/01_branch-management/FormBranchInformation.vue index 3e8f433a..c1636c24 100644 --- a/src/components/01_branch-management/FormBranchInformation.vue +++ b/src/components/01_branch-management/FormBranchInformation.vue @@ -77,8 +77,8 @@ defineProps<{ class="col-12" :label=" typeBranch === 'headOffice' - ? $t('formDialogInputNameHqEn') - : $t('formDialogInputNameSubBranchEn') + ? $t('formDialogInputNameHq') + : $t('formDialogInputNameSubBranch') " v-model="name" lazy-rules