Browse Source

fix: tts model tip (#2221)

ashen 1 năm trước cách đây
mục cha
commit
2068ae215e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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',