Skip to content

Commit f20d5c8

Browse files
authored
fix: typos (#12)
1 parent 336d05d commit f20d5c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_extensions/invoice/typst-template.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
linebreak()
208208
"Reference: " + strong(invoice.at("reference").replace("\\", ""))
209209
linebreak()
210-
text(luma(100), emph("To use as label on your bank transfer to identify the transaction."))
210+
text(luma(100), emph("To be used as label on your bank transfer to identify the transaction."))
211211
linebreak()
212212
} else {
213213
hide("a")
@@ -220,9 +220,9 @@
220220
sender.at("name").replace("\\", "")
221221
+ " sent you this invoice on "
222222
+ format-date(issued)
223-
+ ". The invoice must be paid under "
223+
+ ". The invoice must be paid in under "
224224
+ count-days(issued, parse-date(invoice.at("due")))
225-
+ " day(s), otherwise you will have to pay a late fee of "
225+
+ " days, otherwise you will have to pay a late fee of "
226226
+ str(fee)
227227
+ " % and a "
228228
+ str(penalty)

0 commit comments

Comments
 (0)