diff --git a/src/i18n/en-US/branch.ts b/src/i18n/en-US/branch.ts index f4efbf07..95902606 100644 --- a/src/i18n/en-US/branch.ts +++ b/src/i18n/en-US/branch.ts @@ -18,4 +18,6 @@ export default { branchLabelAddress: 'Branch Address', branchLabelType: 'Branch Type', branchLabelStatus: 'Branch Status', + + registeredBranch: 'Registered Branch', }; diff --git a/src/i18n/th-th/branch.ts b/src/i18n/th-th/branch.ts index 2506a04a..36782675 100644 --- a/src/i18n/th-th/branch.ts +++ b/src/i18n/th-th/branch.ts @@ -18,4 +18,6 @@ export default { branchLabelAddress: 'ที่อยู่สาขา', branchLabelType: 'ประเภทสาขา', branchLabelStatus: 'สถานะสาขา', + + registeredBranch: 'สาขาที่ลงทะเบียน', };