From 05f0d008714d3c61e772ee4764f060346708c77c Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 30 Jul 2024 04:03:33 +0000 Subject: [PATCH] fix: i18n --- src/i18n/en-US/index.ts | 2 +- src/i18n/th-th/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 777d4e42..83373277 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -65,7 +65,7 @@ export default { showing: 'Showing', dataSum: 'Data Summaries', createdAt: 'Created At', - noResults: 'No results', + noResults: 'No Data', ...status, ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 64e3ffd8..e847d8a0 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -64,7 +64,7 @@ export default { showing: 'แสดงทีละ', dataSum: 'สรุปจำนวนข้อมูล', createdAt: 'สร้างเมื่อ', - noResults: 'ไม่มีผลลัพธ์', + noResults: 'ไม่มีข้อมูล', ...status, ...main, ...address,