From 88f5bb717c33f77a7366a168f15a99768c96d1fc Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 25 Oct 2024 14:22:03 +0700 Subject: [PATCH] refactor: tel i18n --- src/i18n/eng/index.ts | 1 + src/i18n/tha/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index c80c257c..a589b739 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -445,6 +445,7 @@ export default { contactPhone: 'Contact Phone', totalEmployee: 'Total Employee', officeTel: 'Headoffice Telephone', + tel: 'Contact Number', }, }, diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 59ff1943..d0e9a664 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -441,6 +441,7 @@ export default { contactPhone: 'โทรศัพท์ผู้ติดต่อ', totalEmployee: 'ลูกจ้างทั้งหมด', officeTel: 'เบอร์โทรสำนักงาน', + tel: 'เบอร์โทรติดต่อ', }, },