diff --git a/site/public/tools/dot-compliance-check/index.html b/site/public/tools/dot-compliance-check/index.html index 8c89927..112b644 100644 --- a/site/public/tools/dot-compliance-check/index.html +++ b/site/public/tools/dot-compliance-check/index.html @@ -13,7 +13,7 @@ Client Portal Sign out

DOT / FMCSA Compliance Check

Look up any motor carrier by USDOT number or name to instantly check MCS-150 status, insurance, operating authority, and safety rating.

Disclaimer: This tool queries publicly available FMCSA data and is for informational purposes only. Always confirm directly with FMCSA. This is not legal or compliance advice.

+DOT Compliance Check

DOT / FMCSA Compliance Check

Look up any motor carrier by USDOT number or name to instantly check MCS-150 status, insurance, operating authority, and safety rating.

Disclaimer: This tool queries publicly available FMCSA data. While we strive for accuracy, always confirm critical compliance matters directly with FMCSA. This is not legal advice.

Your USDOT number is assigned by the Federal Motor Carrier Safety Administration. Don't know it? Use the name search tab.

@@ -376,7 +376,7 @@ Send reset link // Recent update notice + disclaimer html += '
'; html += '

Think something is wrong? If you recently filed an update, it may take 5-10 business days for FMCSA to reflect changes in their system. If you believe this report is in error, contact FMCSA directly at (800) 832-5660.

'; - html += '

Disclaimer: This tool queries publicly available FMCSA data and is for informational purposes only. Always confirm directly with FMCSA. This is not legal or compliance advice.

'; + html += '

Disclaimer: This tool queries publicly available FMCSA data. While we strive for accuracy, always confirm critical compliance matters directly with FMCSA. This is not legal advice.

'; html += '
'; resultsEl.innerHTML = html;