Skip to content

Commit

Permalink
Samenvatting tekst hypotheekrente is per jaar niet per maand (#37)
Browse files Browse the repository at this point in the history
huur is mandelijks maar hypotheekrente is jaarlijks gespecificeerd, hiermee gecorrigeerd
  • Loading branch information
yurtman authored Nov 5, 2024
1 parent e567597 commit 5b71f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/samenvatting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function maakSamenvatting(gegevens: InvoerGegevensType): string {
tekst += ", maandelijkse huur € " + gegevens.wonen.huur;
} else if (gegevens.wonen.woning_type == WoningType.KOOP) {
tekst +=
", maandelijkse hypotheek rente € " +
", jaarlijkse hypotheek rente € " +
gegevens.wonen.rente +
" voor een huis met WOZ-waarde: € " +
gegevens.wonen.woz;
Expand Down

0 comments on commit 5b71f05

Please sign in to comment.