File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" )
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 )
You can’t perform that action at this time.
0 commit comments