diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index e96fd83e..0f670d06 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -299,6 +299,7 @@ export default { branchNameField: "Only letters, numbers, or the characters . , - ' &.", branchNameENField: "Only English letters, numbers, or the characters . , - ' &.", + passportFormat: 'Please enter the passport number in the correct format.', }, warning: { title: 'Warning {msg}', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index e942012a..6c9007af 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -298,6 +298,7 @@ export default { branchNameField: "โปรดใช้ตัวอักษร ตัวเลข หรือ . , - ' & เท่านั้น", branchNameENField: "โปรดใช้ตัวอักษรภาษาอังกฤษ ตัวเลข หรือ . , - ' & เท่านั้น", + passportFormat: 'กรุณากรอกหมายเลขพาสปอร์ตให้ถูกต้องตามรูปแบบ', }, warning: { title: 'แจ้งเตือน {msg}',