From 94931a21fbf455ed347018d4c16d96d97cfbe982 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 8 Feb 2026 09:16:27 +0100 Subject: [PATCH] Sentence-case "text-to-speech" and "speech-to-text" in `elevenlabs` (#162533) --- homeassistant/components/elevenlabs/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/elevenlabs/strings.json b/homeassistant/components/elevenlabs/strings.json index 9b0d11d4d31..dcbb628b22f 100644 --- a/homeassistant/components/elevenlabs/strings.json +++ b/homeassistant/components/elevenlabs/strings.json @@ -18,12 +18,12 @@ "entity": { "stt": { "elevenlabs_stt": { - "name": "Speech-to-Text" + "name": "Speech-to-text" } }, "tts": { "elevenlabs_tts": { - "name": "Text-to-Speech" + "name": "Text-to-speech" } } }, @@ -34,14 +34,14 @@ "configure_voice": "Configure advanced voice settings", "model": "Model", "stt_auto_language": "Auto-detect language", - "stt_model": "Speech-to-Text Model", + "stt_model": "Speech-to-text model", "voice": "Voice" }, "data_description": { "configure_voice": "Configure advanced voice settings. Find more information in the ElevenLabs documentation.", "model": "ElevenLabs model to use. Please note that not all models support all languages equally well.", "stt_auto_language": "Automatically detect the spoken language for speech-to-text.", - "stt_model": "Speech-to-Text model to use.", + "stt_model": "Speech-to-text model to use.", "voice": "Voice to use for text-to-speech." } },