From 3e286c5caf5c2f81ba9dfd7c21ed3e5bfcf1b7ea Mon Sep 17 00:00:00 2001 From: Net Date: Thu, 29 Aug 2024 13:44:48 +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 7190b2bb..e5eb3fb9 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -256,7 +256,7 @@ export default { houseMap: 'House map', businessRegistration: 'Commercial registration', dbdCertificate: 'DBD Certificate', - VatRegistrationCertificate: 'VAT Registration Certificate', + vatRegistrationCertificate: 'VAT Registration Certificate', powerOfAttorney: 'Power of Attorney', others: 'Others', }, diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index ecfbf086..77818c74 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -256,7 +256,7 @@ export default { houseMap: 'แผนที่ (บ้าน)', businessRegistration: 'ทะเบียนพาณิชย์', dbdCertificate: 'หนังสือรับรอง (DBD)', - VatRegistrationCertificate: 'ภ.พ.20', + vatRegistrationCertificate: 'ภ.พ.20', powerOfAttorney: 'หนังสือมอบอำนาจ', others: 'อื่นๆ', },