Skip to content

Commit 4a87da5

Browse files
authored
Correct typo in NewTranscriptionModal (#2)
1 parent d8013c8 commit 4a87da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/routes/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function NewTranscriptionModal({ reloadList }) {
233233
className="my-2 file-input"
234234
onChange={(e) => setFile(e.target.files[0])}
235235
/>
236-
<span>(Optionnal) Choose the language of the transcription:</span>
236+
<span>(Optional) Choose the language of the transcription:</span>
237237
<Select
238238
className="mt-2"
239239
value={language}

0 commit comments

Comments
 (0)