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:
@@ -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")}>
|
||||
|
||||
Reference in New Issue
Block a user