Skip to content

Commit 2c3bd3e

Browse files
committed
feat: update the Download Dataset button to Download Matadata
1 parent a993b27 commit 2c3bd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/DatasetDetailPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ const DatasetDetailPage: React.FC = () => {
961961
>
962962
{/* Download Dataset (1 Mb) */}
963963
{/* Download Dataset ({(jsonSize / 1024).toFixed(0)} MB) */}
964-
Download Dataset ({formatSize(jsonSize)})
964+
Download Matadata ({formatSize(jsonSize)})
965965
</Button>
966966

967967
<Button

0 commit comments

Comments
 (0)