style: MPS-24 — checksum report asset label 'Product file' -> 'Product'

Operator: the row label should just say 'Product', not 'Product file'.
Template copy only; no test pins the string.
This commit is contained in:
russell@unturf.com 2026-05-18 09:19:08 -04:00
parent 5888848999
commit 60f5472546
No known key found for this signature in database

View file

@ -159,7 +159,7 @@
<table class="checksum-table">
<tr><th>Asset</th><th>Algorithm</th><th>Hash</th></tr>
{% for label, src in [
("Product file", fc.get("product", {})),
("Product", fc.get("product", {})),
("Thumbnail", fc.get("thumbnail1", {})),
("Title", tc.get("title", {})),
("Description", tc.get("description", {})),