diff --git a/site/src/pages/tools/fcc-compliance-check.astro b/site/src/pages/tools/fcc-compliance-check.astro index 65c6c1e..479b657 100644 --- a/site/src/pages/tools/fcc-compliance-check.astro +++ b/site/src/pages/tools/fcc-compliance-check.astro @@ -490,10 +490,13 @@ import Base from "../../layouts/Base.astro"; if (check.due_date) inner += `
Due: ${check.due_date}
`; if (check.detail) inner += `${check.detail}
`; + // Entity name for contextual questions + const eName = (data.entity_name || "").toUpperCase() || "THIS ENTITY"; + // RMD special — ask if they provide voice services when RMD not found if (check.id === "rmd_filing" && status === "red" && (check.detail || "").includes("Not found")) { inner += `Do you provide any voice services?
+Does ${eName} provide any voice services?
Did you bill customers for voice or data telecom services during the overdue filing period(s)?
+Did ${eName} bill customers for voice or data telecom services during the overdue filing period(s)?
Do you provide broadband internet access?
+Does ${eName} provide broadband internet access?
${check.label}
${check.detail}
-You had telecom revenue — filing is required for each missed year.
+${eName} had telecom revenue — filing is required for each missed year.