Ver Fonte

fix: tts model tip (#2221)

ashen há 1 ano atrás
pai
commit
2068ae215e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      web/i18n/lang/common.en.ts

+ 2 - 2
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',