From 7837c4a264bff383f3fcff1f0777ba03b41714cf Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:50:49 +0700 Subject: [PATCH] fix: missing view detail i18n --- src/i18n/en-US/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 8d3b0ef5..4ca1a0b3 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -18,6 +18,7 @@ export default { edit: 'Edit', delete: 'Delete', telephone: 'Telephone', + viewDetail: 'View Detail', noData: 'No Data', code: 'Code', status: 'Status',