diff --git a/templates/Business.Payment.template.html b/templates/Business.Payment.template.html index da6b0ad4..3d530c3b 100644 --- a/templates/Business.Payment.template.html +++ b/templates/Business.Payment.template.html @@ -72,7 +72,7 @@
-

Tax Summary

+

{{t`Tax Summary`}}

-

Total Ex.Vat

+

{{t`Total Ex.Tax`}}

{{doc.subTotal}}

@@ -116,7 +116,7 @@
-

Notes

+

{{t`Notes`}}/h3>

{{ doc.terms }}

diff --git a/templates/Business.template.html b/templates/Business.template.html index 11e111fc..c3fe2a9a 100644 --- a/templates/Business.template.html +++ b/templates/Business.template.html @@ -127,11 +127,11 @@
-

Notes

+

{{t`Notes`}}

{{ doc.terms }}

-

Grand Total In Words:

+

{{t`Grand Total In Words`}}:

{{doc.grandTotalInWords}}