Skip to content

Commit 21453f6

Browse files
chore: change send bill email
1 parent 9f1072c commit 21453f6

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import { c } from 'compress-tag'
22

3-
const subject = `Outstanding bill`
3+
const subject = `You have an outstanding bill`
44
const body = c`</p>Dear {{#if clientDetails.contactPersonName}}{{clientDetails.contactPersonName}}{{else}}{{clientDetails.companyName}}{{/if}},</p>
55
6-
<p>In the attachment you can find the bill with an amount due of {{amountDue}}.</p>
6+
<p>In the attachment you can find the bill with an amount due of {{amountDue}}.
7+
We would like to request you to pay this amount online.</p>
78
8-
<p>You can also view and pay the bill <a href="\\{{invoiceUrl}}">here</a>.
9+
<p>You can view and pay the bill <a href="\\{{invoiceUrl}}">here</a>.
910
1011
<p>If you have any questions about this bill, you can contact us.</p>
1112

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import { c } from 'compress-tag'
22

3-
const subject = `Openstaande rekening`
3+
const subject = `U heeft een openstaande rekening`
44
const body = c`
55
<p>Beste {{#if clientDetails.contactPersonName}}{{clientDetails.contactPersonName}}{{else}}{{clientDetails.companyName}}{{/if}},</p>
66
7-
<p>Bijgevoegd treft u uw rekening aan met een openstaand bedrag ter hoogte van {{amountDue}}.</p>
7+
<p>Bijgevoegd treft u uw rekening aan met een openstaand bedrag ter hoogte van {{amountDue}}.
8+
We willen u verzoeken om dit bedrag online te betalen.</p>
89
9-
<p>U kunt de rekening ook <a href="\\{{invoiceUrl}}">hier</a> bekijken en betalen.
10+
<p>U kunt de rekening <a href="\\{{invoiceUrl}}">hier</a> bekijken en betalen.
1011
1112
<p>Mocht u nog vragen hebben over deze rekening, dan kunt u contact met ons opnemen.</p>
1213

0 commit comments

Comments
 (0)