Skip to content

Commit 9657f07

Browse files
committed
Update hash as MD5
1 parent 62791b8 commit 9657f07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

i18n/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
<p><strong>Name</strong>: {text}</p>
8888
<p><strong>Build Date</strong>: {build_date ? Intl.DateTimeFormat('en-US', { year: 'numeric', month: 'long', day: 'numeric' }).format(new Date(build_date)) : 'N/A'}</p>
8989
<p><strong>Size</strong>: {size}</p>
90-
{hash && <p><strong>SHA256 Hash</strong>: <code className="break-all text-sm">{hash}</code></p>}
90+
{hash && <p><strong>MD5 Hash</strong>: <code className="break-all text-sm">{hash}</code></p>}
9191
{maintainer && <p><strong>Maintainer</strong>: {maintainer}</p>}
9292
</>
9393
)

0 commit comments

Comments
 (0)