From c0c2d656876136a3e24df6360127e61a3e435abc Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 10 Oct 2024 17:40:29 +0700 Subject: [PATCH] refactor: edit i18n --- src/i18n/eng/index.ts | 2 +- src/i18n/tha/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 2ba2017f..13dee6fc 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -169,7 +169,7 @@ export default { title: { info: '{name}', - create: 'Create {name}', + create: 'Add {name}', edit: 'Edit {name}', }, field: { diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 2b959afc..7d4923ed 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -168,7 +168,7 @@ export default { }, title: { info: '{name}', - create: 'สร้าง {name}', + create: 'เพิ่ม {name}', edit: 'แก้ไข {name}', }, field: {