From f27474ad9056fa7408a4fcd3b7ebf78e0f83a583 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 7 Feb 2025 09:36:32 +0700 Subject: [PATCH] fix(i18n): correct typo in 'totalVatExcluded' translation --- src/i18n/eng.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index f04526da..ce44298b 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -79,7 +79,7 @@ export default { calculateVat: 'Calculate VAT', discountAfterVat: 'Discount after vat', totalAfterDiscount: 'Total after discount', - totalVatExcluded: 'Tax-exempt amoun', + totalVatExcluded: 'Tax-exempt amount', totalVatIncluded: 'Taxable amount', vat: 'VAT {msg}', totalAmount: 'Total amount (Baht)',