Skip to content

Commit 75ecfda

Browse files
einar-mlarwaa
authored andcommitted
Update Contract.tsx
Update payment info
1 parent cc73fd3 commit 75ecfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/pages/cabins/Documents/Contract.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const Contract: React.FC<ContractProps> = ({ chosenCabins, contactInfo, datePick
5555
Leieperiode: <b>{datePick.checkInDate && convertDateFormat(datePick.checkInDate)}</b> -{" "}
5656
<b>{datePick.checkOutDate && convertDateFormat(datePick.checkOutDate)}</b>
5757
<Divider component="br" />
58-
Leiesum: <b>{price}</b> NOK innbetalt til konto <b>9235.28.31311</b> i forkant av leieperioden.
58+
Leiesum: <b>{price}</b> NOK faktureres i forkant av leieperioden.
5959
</Typography>
6060
<Divider component="br" />
6161
<Typography variant="body2">

0 commit comments

Comments
 (0)