fix(web): reword comment that tripped the token gate

This commit is contained in:
Miguel Palhas
2026-08-23 19:26:43 +01:00
parent 160c00c77f
commit 71cbb9269b
+1 -1
View File
@@ -1829,7 +1829,7 @@ function queuesMain(board: HTMLElement, releases: ReleasesView, views: HideableV
}
// the TV lanes share the two sections: one queue per reason, whatever
// the kind. Series entries are display-only — their release deck and
// overrides arrive with the series detail view (#129, #39).
// overrides arrive with the series detail view (issues 129 and 39).
for (const series of queues.tv_no_pt_source) {
groups.noPt.rows.append(seriesAttentionRow(series));
}