Skip to content

Commit

Permalink
Update downloadModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rem0o committed Feb 16, 2024
1 parent 03ca3eb commit 87c8b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactComponents/downloadModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function Download(props: DownloadProps) {
return (
<div className="text-left">
{grouped.portable ? (
DownloadableAssetAssetGroup(grouped.portable, "Portable", props)
DownloadableAssetAssetGroup(grouped.portable, "Portable (.zip)", props)
) : (
<></>
)}
Expand Down

0 comments on commit 87c8b28

Please sign in to comment.