Skip to content

Commit 223cc57

Browse files
authored
chore: fix upload instructions text for clarity (#98)
1 parent b6922a1 commit 223cc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/file-picker/upload-instructions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function UploadInstructions({ maxSize, ...rest }: UploadInstructionsProps
2121

2222
<div className="space-y-1 text-center">
2323
<p>
24-
<span className="font-medium text-brand-500">Click to upload</span> or drag and drop
24+
<span className="font-medium text-brand-500">Click to upload</span> or drag and drop a file
2525
</p>
2626
<p className="text-sm">(Up to {prettyBytes(maxSize)})</p>
2727
</div>

0 commit comments

Comments
 (0)