Skip to content

Commit 14c110a

Browse files
feat: modify receipt email subjects
1 parent ee1213f commit 14c110a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/api/src/templates/email/receipt/send/en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { c } from 'compress-tag'
22

3-
const subject = `Receipt`
3+
const subject = `View your receipt`
44
const 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>

packages/api/src/templates/email/receipt/send/nl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { c } from 'compress-tag'
22

3-
const subject = `Bon`
3+
const subject = `Bekijk uw bon`
44
const 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>

0 commit comments

Comments
 (0)