diff --git a/site/src/components/intake/Wizard.astro b/site/src/components/intake/Wizard.astro index 6f1248d..88ec5f9 100644 --- a/site/src/components/intake/Wizard.astro +++ b/site/src/components/intake/Wizard.astro @@ -401,7 +401,7 @@ const STEP_LABELS: Record = { if (activeStep && !activeStep.querySelector(".pw-prefill-notice")) { const notice = document.createElement("div"); notice.className = "pw-prefill-notice"; - notice.innerHTML = "We've pre-filled this from your FCC records. Please review carefully and correct any information that is inaccurate or outdated."; + notice.innerHTML = "We've pre-filled this from public sources. Please review carefully and correct any information that is inaccurate or outdated."; activeStep.prepend(notice); } }