Skip to content

Commit

Permalink
fix: capitalization of "View batch" in UploadItemActions component
Browse files Browse the repository at this point in the history
  • Loading branch information
josepholiveira committed Apr 23, 2024
1 parent bea453b commit f55e294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/upload-item-actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function UploadItemActions({
<DropdownMenuItem asChild>
<Link href={`/app/batches/${uploadBatchId}`} prefetch={false}>
<GroupIcon className="mr-2 h-4 w-4" />
<span>View Batch</span>
<span>View batch</span>
</Link>
</DropdownMenuItem>
)}
Expand Down

0 comments on commit f55e294

Please sign in to comment.