mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Fix: Fix text errors #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -50,7 +50,7 @@ export function BeginDynamicOptions() {
|
|||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
<BlockButton onClick={() => append({ value: '' })} type="button">
|
<BlockButton onClick={() => append({ value: '' })} type="button">
|
||||||
{t('flow.addVariable')}
|
{t('flow.addField')}
|
||||||
</BlockButton>
|
</BlockButton>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -49,7 +49,9 @@ export function EmptyResponseField() {
|
|||||||
name="empty_response"
|
name="empty_response"
|
||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<FormItem>
|
<FormItem>
|
||||||
<FormLabel>{t('chat.emptyResponse')}</FormLabel>
|
<FormLabel tooltip={t('chat.emptyResponseTip')}>
|
||||||
|
{t('chat.emptyResponse')}
|
||||||
|
</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Textarea
|
<Textarea
|
||||||
placeholder={t('common.namePlaceholder')}
|
placeholder={t('common.namePlaceholder')}
|
||||||
|
|||||||
Reference in New Issue
Block a user