diff --git a/src/i18n/en-US/product-service.ts b/src/i18n/en-US/product-service.ts index a8cc65ef..ce52ca79 100644 --- a/src/i18n/en-US/product-service.ts +++ b/src/i18n/en-US/product-service.ts @@ -27,6 +27,7 @@ export default { addService: 'Add Service', buttonAddProduct: 'Add Product', + editProduct: 'Edit Product', serviceInformation: 'Service Information', workInformation: 'Work Information', diff --git a/src/i18n/th-th/product-service.ts b/src/i18n/th-th/product-service.ts index ca8a15ef..ddd82a28 100644 --- a/src/i18n/th-th/product-service.ts +++ b/src/i18n/th-th/product-service.ts @@ -27,6 +27,8 @@ export default { addService: 'เพิ่มบริการ', buttonAddProduct: 'เพิ่มสินค้า', + + editProduct: 'แก้ไขสินค้า', serviceInformation: 'ข้อมูลบริการ', workInformation: 'ข้อมูลงาน', workName: 'ชื่องาน',