Skip to content

Commit

Permalink
fix: typos (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Dec 9, 2024
1 parent 336d05d commit f20d5c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _extensions/invoice/typst-template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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)
Expand Down

0 comments on commit f20d5c8

Please sign in to comment.