diff --git a/src/components/forms/SpeechForm.js b/src/components/forms/SpeechForm.js
index 2cec188..75ec20c 100644
--- a/src/components/forms/SpeechForm.js
+++ b/src/components/forms/SpeechForm.js
@@ -331,7 +331,7 @@ const SpeechServicesAddEdit = (props) => {
}
if (useCustomStt && !customSttEndpoint) {
- errorMessages.push('Please provide a custom speech endpoint.');
+ errorMessages.push('Please provide a custom speech endpoint Id.');
setInvalidUseCustomStt(true);
if (!focusHasBeenSet) {
refUseCustomStt.current.focus();
@@ -755,13 +755,13 @@ const SpeechServicesAddEdit = (props) => {
invalid={invalidUseCustomStt}
ref={refUseCustomStt}
/>
-
+
setCustomSttEndpoint(e.target.value)}
- placeholder="Custom speech endpoint"
+ placeholder="Custom speech endpoint Id"
invalid={invalidUseCustomStt}
ref={refUseCustomStt}
disabled={!useCustomStt}