There was an error while loading. Please reload this page.
1 parent cc73fd3 commit 75ecfdaCopy full SHA for 75ecfda
frontend/src/components/pages/cabins/Documents/Contract.tsx
@@ -55,7 +55,7 @@ const Contract: React.FC<ContractProps> = ({ chosenCabins, contactInfo, datePick
55
Leieperiode: <b>{datePick.checkInDate && convertDateFormat(datePick.checkInDate)}</b> -{" "}
56
<b>{datePick.checkOutDate && convertDateFormat(datePick.checkOutDate)}</b>
57
<Divider component="br" />
58
- Leiesum: <b>{price}</b> NOK innbetalt til konto <b>9235.28.31311</b> i forkant av leieperioden.
+ Leiesum: <b>{price}</b> NOK faktureres i forkant av leieperioden.
59
</Typography>
60
61
<Typography variant="body2">
0 commit comments