From 10cf778ce69bff0a184d8a28d0d06aff752d0354 Mon Sep 17 00:00:00 2001 From: dessant Date: Sat, 25 Sep 2021 15:50:32 +0300 Subject: [PATCH] fix: update speech service names --- src/_locales/en/messages.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index a43617c..ccfdeac 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -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." },