diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 6a3af365..c83c77cc 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -986,6 +986,7 @@ export default { errorOccure: 'An error has occurred, causing the system to be unable to function. Please try again later.', invalideData: 'The information is incorrect. Please try again later.', + authFailed: 'Authentication Failed. Please try again later. ', }, }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 77c78f14..ed1763c1 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -972,6 +972,7 @@ export default { errorOccure: 'เกิดข้อผิดพลาดทำให้ระบบไม่สามารถทำงานได้ กรุณาลองใหม่ในภายหลัง', invalideData: 'ข้อมูลไม่ถูกต้อง กรุณาตรวจสอบใหม่อีกครั้ง', + authFailed: 'การยืนยันตัวตนล้มเหลว กรุณาลองใหม่ในภายหลัง', }, },