diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 6c3b1add..a93f2a04 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -160,6 +160,7 @@ export default { }, }, service: { + title: 'Service', showTotalPrice: 'Show Total Price', }, backend: { diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index e1e12537..b8abe5c1 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -164,6 +164,7 @@ export default { }, }, service: { + title: 'บริการ', showTotalPrice: 'แสดงราคารวม', }, backend: { diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 3d8a0fe5..7f410fe4 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -123,7 +123,7 @@ const stat = ref< { icon: 'mdi-server-network', count: 0, - label: 'service', + label: 'service.title', mode: 'service', color: 'orange', }, @@ -2811,7 +2811,7 @@ watch( : 'app-text-muted' " > - {{ $t('service') }} + {{ $t('service.title') }}