Skip to content

Commit

Permalink
remove "files"
Browse files Browse the repository at this point in the history
Since this comes above the option to pick a file or go to a url, the word "file" may confuse people
  • Loading branch information
hoyla authored Jan 29, 2025
1 parent b6f049c commit 2b5715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/UploadForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export const UploadForm = () => {
return (
<>
<p className={' pb-3 font-light'}>
This tool can transcribe both audio and video files. You will receive an
This tool can transcribe both audio and video. You will receive an
email when the transcription is ready.
</p>
<form id="media-upload-form" onSubmit={handleSubmit}>
Expand Down

0 comments on commit 2b5715a

Please sign in to comment.