Skip to content

Commit

Permalink
fix: Improve FileUpload text
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Sep 28, 2023
1 parent 28b2ce7 commit e8976d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const Dropzone: React.FC<Props> = ({
) : (
<>
Drop {maxFiles === 1 ? "file" : "files"} here or{" "}
<FauxLink component="span">choose a file</FauxLink> to upload
<FauxLink component="span">choose files</FauxLink> to upload
</>
)}
</Typography>
Expand Down

0 comments on commit e8976d1

Please sign in to comment.