dashboard: simpler wording for the dropped-NC detail label

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 18:30:20 +02:00
parent 3cee5c2e49
commit 1a31dd64b6

View File

@@ -259,7 +259,7 @@ Component Tui::BuildDashboardScreen() {
// spot a false positive. // spot a false positive.
if (orph_dropped > 0) { if (orph_dropped > 0) {
lines.push_back(hbox({ lines.push_back(hbox({
text(" dropped — lone pin on its net (→ NC):") | dim, text(" dropped — net has only 1 pin (NC):") | dim,
})); }));
for (auto &dkv : dropped_by_module) { for (auto &dkv : dropped_by_module) {
std::sort(dkv.second.begin(), dkv.second.end(), NaturalLess); std::sort(dkv.second.begin(), dkv.second.end(), NaturalLess);