diff --git a/src/data/cloud/tts.ts b/src/data/cloud/tts.ts index ec563a6087..e5fc6e1804 100644 --- a/src/data/cloud/tts.ts +++ b/src/data/cloud/tts.ts @@ -60,7 +60,7 @@ export const getCloudTtsSupportedGenders = ( genders.push([ gender, gender === "male" || gender === "female" - ? localize(`ui.panel.config.cloud.account.tts.${gender}`) + ? localize(`ui.components.media-browser.tts.gender_${gender}`) : gender, ]); } diff --git a/src/translations/en.json b/src/translations/en.json index c67b281e9c..2ba4a278af 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2580,8 +2580,6 @@ "info": "Bring personality to your home by having it speak to you by using our Text-to-Speech services. You can use this in automations and scripts by using the {service} service.", "default_language": "Default language to use", "default_gender": "Default gender to use", - "male": "Male", - "female": "Female", "try": "Try", "dialog": { "header": "Try Text to Speech",