Skip to content

Commit

Permalink
feat: clarify approveAfterDownPayment message
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Dec 13, 2024
1 parent 17b877e commit 678ccb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/lang/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const lang: Language = {
skipDownPayment: 'Skip down payment',
unpaidBookings: (days) => `Unpaid bookings of last ${days} days.`,
approvedAfterDownPayment:
'My booking will only be approved after the down payment has been received.'
'My booking will only be approved after the down payment has been received according to the instructions in the confirmation email.'
},
helpers: {
status: {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/lang/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const lang: Language = {
unpaidBookings: (days) =>
`Niet betaalde reserveringen van afgelopen ${days} dagen.`,
approvedAfterDownPayment:
'Mijn reservering wordt pas goedgekeurd nadat de aanbetaling is ontvangen.'
'Mijn reservering wordt pas goedgekeurd nadat de aanbetaling volgens de instructies in de bevestigingsemail is ontvangen.'
},
helpers: {
status: {
Expand Down

0 comments on commit 678ccb1

Please sign in to comment.