diff --git a/api/src/routes/fcc-lookup.ts b/api/src/routes/fcc-lookup.ts index 0d01902..a95c8f5 100644 --- a/api/src/routes/fcc-lookup.ts +++ b/api/src/routes/fcc-lookup.ts @@ -307,7 +307,7 @@ router.get("/api/v1/fcc/lookup", async (req, res) => { id: "rmd_quality", label: "RMD Filing Quality (2026)", status: worstSev === "critical" ? "red" : "yellow", - detail: `${rmdIssues.length} issue(s) found: ${labels.join("; ")}${labels.length < rmdIssues.length ? ` (+${rmdIssues.length - labels.length} more)` : ""}. Your filing does not meet all 2026 FCC requirements.`, + detail: `${rmdIssues.length} issue(s) found: ${labels.join("; ")}${labels.length < rmdIssues.length ? ` (+${rmdIssues.length - labels.length} more)` : ""}. Your filing does not meet all 2026 FCC requirements. We recommend refiling your RMD certification with the missing sections included.`, action_url: null, due_date: null, });