Reword "Excluded from Pipeline" card to "Halted or Removed"

Softer, less technical language for landlord-facing copy. The subtitle
now spells out the two states (halted before a survey, or removed from
the project entirely) so the relationship between the section header
and the two cards is explicit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Khalim Conn-Kowlessar 2026-05-28 18:03:45 +00:00
parent 2edfb11469
commit 9f552ad649

View file

@ -69,11 +69,11 @@ export default function ExcludedFromPipelinePanel({
<div className="flex items-center gap-2 mb-1">
<CircleOff className="h-4 w-4 text-slate-500" />
<h3 className="text-base font-semibold text-slate-700">
Excluded from Pipeline
Halted or Removed
</h3>
</div>
<p className="text-sm text-gray-500 mb-5">
Terminal states properties intentionally not progressing through the pipeline.
Properties no longer being progressed either halted before a survey, or removed from the project entirely.
</p>
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3">