Skip to content

Commit

Permalink
feat: change bulk upload error text
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 committed May 10, 2023
1 parent 59a6419 commit 83863f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/src/components/upload/BulkUploadTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function BulkUploadTable(props: BulkUploadTableProps) {
}}
>
<Link href={fileDatas?.errorFile} underline="none">
Download errors
Bulk Upload Errors
</Link>
</Box>
)}
Expand Down

0 comments on commit 83863f8

Please sign in to comment.