From 6dd2fc6e56afad0c4a0cc05bb9768a4990bd3ed8 Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 30 May 2026 20:33:10 -0500 Subject: [PATCH] add disclaimer + recent update notice to DOT compliance check results --- site/public/tools/dot-compliance-check/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/public/tools/dot-compliance-check/index.html b/site/public/tools/dot-compliance-check/index.html index 6845307..8c89927 100644 --- a/site/public/tools/dot-compliance-check/index.html +++ b/site/public/tools/dot-compliance-check/index.html @@ -373,6 +373,12 @@ Send reset link html += ''; } + // 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 += '
'; + resultsEl.innerHTML = html; resultsEl.classList.remove("hidden");