Fix: Fix text errors #3221 (#8708)

### 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:
balibabu
2025-07-07 17:28:46 +08:00
committed by GitHub
parent 441fb92aa7
commit 5b52b7561a
2 changed files with 4 additions and 2 deletions

View File

@ -50,7 +50,7 @@ export function BeginDynamicOptions() {
);
})}
<BlockButton onClick={() => append({ value: '' })} type="button">
{t('flow.addVariable')}
{t('flow.addField')}
</BlockButton>
</div>
);

View File

@ -49,7 +49,9 @@ export function EmptyResponseField() {
name="empty_response"
render={({ field }) => (
<FormItem>
<FormLabel>{t('chat.emptyResponse')}</FormLabel>
<FormLabel tooltip={t('chat.emptyResponseTip')}>
{t('chat.emptyResponse')}
</FormLabel>
<FormControl>
<Textarea
placeholder={t('common.namePlaceholder')}