Skip to content

Commit

Permalink
fix: update speech service names
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 25, 2021
1 parent bce1cbb commit 10cf778
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
},

"optionValue_speechService_googleSpeechApi": {
"message": "Google Cloud Speech API",
"message": "Google Cloud Speech-to-Text",
"description": "Value of the option."
},

"optionValue_speechService_ibmSpeechApi": {
"message": "IBM Watson Speech to Text API",
"message": "IBM Watson Speech to Text",
"description": "Value of the option."
},

"optionValue_speechService_microsoftSpeechApi": {
"message": "Microsoft Azure Speech to Text API",
"message": "Microsoft Azure Speech to Text",
"description": "Value of the option."
},

"optionValue_speechService_witSpeechApiDemo": {
"message": "Wit Speech API (managed)",
"message": "Wit.ai (managed)",
"description": "Value of the option."
},

"optionValue_speechService_witSpeechApi": {
"message": "Wit Speech API",
"message": "Wit.ai",
"description": "Value of the option."
},

Expand Down

0 comments on commit 10cf778

Please sign in to comment.