diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index d75aac7d..d2269435 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -82,7 +82,7 @@ div.fullscreen.q-drawer__backdrop { .disabled, .disabled *, [disabled], -[disabled] * { +[disabled] * :not(:deep(.q-checkbox)) { color: hsl(var(--text-mute)) !important; } diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 5a961a73..6c3b1add 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -159,6 +159,9 @@ export default { attachment: 'Attachment', }, }, + service: { + showTotalPrice: 'Show Total Price', + }, backend: { sameBranchCodeExists: 'This Head Office Abbreviation is already in use.', }, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 0e6ee700..e1e12537 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -163,6 +163,9 @@ export default { attachment: 'เอกสารเพิ่มเติม', }, }, + service: { + showTotalPrice: 'แสดงราคารวม', + }, backend: { sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว', },