diff --git a/apps/edr-freight-web/portal/src/pages/contracts/ContractDetailPage.tsx b/apps/edr-freight-web/portal/src/pages/contracts/ContractDetailPage.tsx
index aff1526a6..fe9209c1d 100644
--- a/apps/edr-freight-web/portal/src/pages/contracts/ContractDetailPage.tsx
+++ b/apps/edr-freight-web/portal/src/pages/contracts/ContractDetailPage.tsx
@@ -924,8 +924,8 @@ export default function ContractDetailPage() {
)}
{item.isClearance && (
- Paid in advance, before clearance — excluded from
- shipment invoices
+ Customs service fee — billed on your shipment booking
+ invoice together with the freight
)}
diff --git a/apps/edr-freight-web/portal/src/pages/contracts/NewContractPage.tsx b/apps/edr-freight-web/portal/src/pages/contracts/NewContractPage.tsx
index 81e3a1806..27a1c242f 100644
--- a/apps/edr-freight-web/portal/src/pages/contracts/NewContractPage.tsx
+++ b/apps/edr-freight-web/portal/src/pages/contracts/NewContractPage.tsx
@@ -993,8 +993,8 @@ export default function NewContractPage({
)}
{item.isClearance && (
- Paid in advance, before clearance — not part of your
- shipment booking invoice
+ Customs service fee — billed on your shipment booking
+ invoice together with the freight
)}