diff --git a/src/components/clinical-dashboard/answer-status.tsx b/src/components/clinical-dashboard/answer-status.tsx index c48802f20..8d17f0509 100644 --- a/src/components/clinical-dashboard/answer-status.tsx +++ b/src/components/clinical-dashboard/answer-status.tsx @@ -94,7 +94,14 @@ export function AnswerEmptyState({ {/* No privacy link here: the composer's PrivacyInputNotice is the single site-wide notice, so the hero footer must not repeat it. */} - + {/* Pre-query copy must describe what the search does, not assert that + every indexed source is verified/current (PT-06): validation status + varies per document and is surfaced on the results themselves. */} + } /> diff --git a/src/components/clinical-dashboard/document-search-results.tsx b/src/components/clinical-dashboard/document-search-results.tsx index 12557a0fd..fa4153ade 100644 --- a/src/components/clinical-dashboard/document-search-results.tsx +++ b/src/components/clinical-dashboard/document-search-results.tsx @@ -348,7 +348,11 @@ function DocumentSearchHome({ }))} footer={
- + {documentCount > 0 ? (

{documentCount.toLocaleString()} indexed source{documentCount === 1 ? "" : "s"}