mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Refactor UI text (#3911)
### What problem does this PR solve? Refactor UI text ### Type of change - [x] Documentation Update - [x] Refactoring Signed-off-by: jinhai <haijin.chn@gmail.com>
This commit is contained in:
@ -24,7 +24,7 @@ const AssistantSetting = ({ show, form }: ISegmentedContentProps) => {
|
||||
(checked: boolean) => {
|
||||
if (checked && !data.tts_id) {
|
||||
message.error(`Please set TTS model firstly.
|
||||
Setting >> Model Providers >> System model settings`);
|
||||
Setting >> Model providers >> System model settings`);
|
||||
form.setFieldValue(['prompt_config', 'tts'], false);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user