Skip to content

Commit 6682c78

Browse files
committed
Rename "Tracker" column to "Resource" in exceptions table for improved clarity.
1 parent fe3e2df commit 6682c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exceptions-table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export class ExceptionsTable extends LitElement {
227227
<tr>
228228
<th>Bugs</th>
229229
<th class="${this.hasGlobalRules ? "" : "hidden-col"}">Top Site</th>
230-
<th>Tracker</th>
230+
<th>Resource</th>
231231
<th>Classifier Features</th>
232232
<th>Filters</th>
233233
<th>Detail</th>

0 commit comments

Comments
 (0)