diff --git a/bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/addon/addon.xml index 68a4046c0e603..152193d787fa8 100644 --- a/bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/addon/addon.xml +++ b/bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/addon/addon.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd"> voice - Google Cloud Test-to-speech + Google Cloud Text-to-Speech Google Cloud TTS Service uses the non-free Google Cloud Text-to-Speech API to convert text or Speech Synthesis Markup Language (SSML) input into audio data of natural human speech. cloud diff --git a/bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/i18n/googletts.properties b/bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/i18n/googletts.properties index a708c2950e45c..dc707709d5648 100644 --- a/bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/i18n/googletts.properties +++ b/bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/i18n/googletts.properties @@ -1,6 +1,6 @@ # add-on -addon.googletts.name = Google Cloud Test-to-speech +addon.googletts.name = Google Cloud Text-to-Speech addon.googletts.description = Google Cloud TTS Service uses the non-free Google Cloud Text-to-Speech API to convert text or Speech Synthesis Markup Language (SSML) input into audio data of natural human speech. voice.config.googletts.authcode.label = Authorization Code