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