diff --git a/templates/eth1tx.html b/templates/eth1tx.html index a31a09870a..ddf9446cbf 100644 --- a/templates/eth1tx.html +++ b/templates/eth1tx.html @@ -249,7 +249,7 @@

{{ formatBytesAmount .Gas.BlobTxFee config.Frontend.ElCurrency 8 }} (Used {{ .Gas.BlobGasUsed }} @ {{ formatBytesAmount .Gas.BlobGasPrice "GWei" 8 }})
-
Blob VersionedHashes:
+
Blob Versioned Hashes:
    {{ range $i, $h := .BlobHashes }}
  • {{ $i }}: {{ formatBlobVersionedHash $h }}
  • {{ end }}