From 2068ae215e61828770979525ae3a989e2c609454 Mon Sep 17 00:00:00 2001 From: ashen <15373345+ashening@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:34:39 +0800 Subject: [PATCH] fix: tts model tip (#2221) --- web/i18n/lang/common.en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/lang/common.en.ts b/web/i18n/lang/common.en.ts index 1b1f7ed78b..2b08c05cb8 100644 --- a/web/i18n/lang/common.en.ts +++ b/web/i18n/lang/common.en.ts @@ -249,8 +249,8 @@ const translation = { tip: 'Set the default model for speech-to-text input in conversation.', }, ttsModel: { - key: 'Speech-to-Text Model', - tip: 'Set the default model for speech-to-text input in conversation.', + key: 'Text-to-Speech Model', + tip: 'Set the default model for text-to-speech input in conversation.', }, rerankModel: { key: 'Rerank Model',