From 60f5472546baa0c8c6b246e1a060cdcfec37ffe1 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 18 May 2026 09:19:08 -0400 Subject: [PATCH] =?UTF-8?q?style:=20MPS-24=20=E2=80=94=20checksum=20report?= =?UTF-8?q?=20asset=20label=20'Product=20file'=20->=20'Product'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Operator: the row label should just say 'Product', not 'Product file'. Template copy only; no test pins the string. --- make_post_sell/templates/content.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_post_sell/templates/content.j2 b/make_post_sell/templates/content.j2 index a0a0d72..d2a2283 100644 --- a/make_post_sell/templates/content.j2 +++ b/make_post_sell/templates/content.j2 @@ -159,7 +159,7 @@ {% 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", {})),
AssetAlgorithmHash