Skip to content

Commit

Permalink
chore: change nl receipt labels
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Oct 23, 2024
1 parent 7158a68 commit 9f7c7ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/app/src/lang/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const lang: Language = {
concept: 'Concept',
open: 'Open',
paid: 'Betaald',
receipt: 'Bon',
receipt: 'Kwitantie',
canceled: 'Geannuleerd',
bill: 'Rekening'
},
Expand Down Expand Up @@ -190,14 +190,14 @@ const lang: Language = {
}
},
receipt: {
title: 'Bonnen',
receipt: 'Bon'
title: 'Kwitanties',
receipt: 'Kwitantie'
},
bill: {
title: 'Rekeningen',
bill: 'Rekening',
labels: {
sendReceipt: 'Verstuur bon'
sendReceipt: 'Verstuur kwitantie'
},
messages: {
createReceipt: ({ clientDetails, totalIncludingTax }) =>
Expand Down

0 comments on commit 9f7c7ff

Please sign in to comment.