From 8115c5f54a7766558050ba7a75ca325db04e8afe Mon Sep 17 00:00:00 2001 From: Net Date: Tue, 10 Sep 2024 10:57:53 +0700 Subject: [PATCH] refactor: edit i18n --- src/i18n/eng/index.ts | 2 +- src/i18n/tha/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 543228b2..5dcf9df1 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -176,7 +176,7 @@ export default { branchLabelAddress: 'Address', branchLabelTel: 'Telephone', branchLabelType: 'Type', - branchVirtual: 'Virtual Branch', + branchVirtual: 'Service Point', branchLabel: 'Branch', branchHQLabel: 'Headoffice', taxNo: 'Legal Person', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 571fe45f..bc11e999 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -177,7 +177,7 @@ export default { branchLabelTel: 'เบอร์โทรสำนักงาน', branchLabelType: 'ประเภท', branchLabel: 'สาขา', - branchVirtual: 'สาขาเสมือน', + branchVirtual: 'จุดรับบริการ', branchHQLabel: 'สำนักงานใหญ่', taxNo: 'ทะเบียนนิติบุคคล', contactName: 'ติดต่อ',