Clarify tracker detection count label

The "Detected Count" label was ambiguous about whether it counted
distinct trackers or report occurrences. The report endpoint upserts
each detected tracker by identifier, so the value is the number of
distinct trackers matched by the pattern. Rename the label to
"Distinct Trackers Detected" to reflect this.

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-09 19:38:21 +02:00
parent 3f484ac330
commit 4e72ad3bea

View File

@@ -143,7 +143,7 @@ export function TrackerPatternPropertiesSection({
<PropertyRow label={__("Excluded")}>
<span className="text-sm">{pattern.excluded ? __("Yes") : __("No")}</span>
</PropertyRow>
<PropertyRow label={__("Detected Count")}>
<PropertyRow label={__("Distinct Trackers Detected")}>
<span className="text-sm">{pattern.detectedCount}</span>
</PropertyRow>
<PropertyRow label={__("Last Matched")}>