From f20d5c80bc76bb8c4afd38be601b08082e4c7c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:52:04 +0100 Subject: [PATCH] fix: typos (#12) --- _extensions/invoice/typst-template.typ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_extensions/invoice/typst-template.typ b/_extensions/invoice/typst-template.typ index d1bcb74..29e141c 100644 --- a/_extensions/invoice/typst-template.typ +++ b/_extensions/invoice/typst-template.typ @@ -207,7 +207,7 @@ linebreak() "Reference: " + strong(invoice.at("reference").replace("\\", "")) linebreak() - text(luma(100), emph("To use as label on your bank transfer to identify the transaction.")) + text(luma(100), emph("To be used as label on your bank transfer to identify the transaction.")) linebreak() } else { hide("a") @@ -220,9 +220,9 @@ sender.at("name").replace("\\", "") + " sent you this invoice on " + format-date(issued) - + ". The invoice must be paid under " + + ". The invoice must be paid in under " + count-days(issued, parse-date(invoice.at("due"))) - + " day(s), otherwise you will have to pay a late fee of " + + " days, otherwise you will have to pay a late fee of " + str(fee) + " % and a " + str(penalty)