diff --git a/src/containers/internal/views/speech-services/form.tsx b/src/containers/internal/views/speech-services/form.tsx index 0268a02..d5719f9 100644 --- a/src/containers/internal/views/speech-services/form.tsx +++ b/src/containers/internal/views/speech-services/form.tsx @@ -397,7 +397,7 @@ export const SpeechServiceForm = ({ credential }: SpeechServiceFormProps) => { }} checked={useCustomTts} /> -
Use for Custom text-to-speech
+
Use for custom text-to-speech
{ disabled={!useCustomStt} type="text" name="custom_stt_endpoint" - placeholder="Custom speech endpoint" + placeholder="Custom speech endpoint id" value={customSttEndpoint} onChange={(e) => setCustomSttEndpoint(e.target.value)} />