We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8013c8 commit 4a87da5Copy full SHA for 4a87da5
app/src/routes/index.jsx
@@ -233,7 +233,7 @@ function NewTranscriptionModal({ reloadList }) {
233
className="my-2 file-input"
234
onChange={(e) => setFile(e.target.files[0])}
235
/>
236
- <span>(Optionnal) Choose the language of the transcription:</span>
+ <span>(Optional) Choose the language of the transcription:</span>
237
<Select
238
className="mt-2"
239
value={language}
0 commit comments