File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/api/src/templates/email/receipt/send Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { c } from 'compress-tag'
22
3- const subject = `Receipt `
3+ const subject = `View your receipt `
44const body = c `</p>Dear {{#if clientDetails.contactPersonName}}{{clientDetails.contactPersonName}}{{else}}{{clientDetails.companyName}}{{/if}},</p>
55
66<p>In the attachment you can find the receipt for the amount of {{totalIncludingTax}}.</p>
Original file line number Diff line number Diff line change 11import { c } from 'compress-tag'
22
3- const subject = `Bon `
3+ const subject = `Bekijk uw bon `
44const body = c `<p>Beste {{#if clientDetails.contactPersonName}}{{clientDetails.contactPersonName}}{{else}}{{clientDetails.companyName}}{{/if}},</p>
55
66 <p>Bijgevoegd treft u uw bon aan voor het bedrag ter hoogte van {{totalIncludingTax}}.</p>
You can’t perform that action at this time.
0 commit comments