fix: preview i18n and ui promblem

This commit is contained in:
Joel 2025-09-05 14:45:46 +08:00
parent 9bdd7e5465
commit f22dcee6d9
3 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const FormContentPreview: FC<Props> = ({
</Button>
))}
</div>
<div className='system-xs-regular mt-1 px-4 text-text-tertiary'>In preview mode, action buttons are not functional.</div>
<div className='system-xs-regular mt-1 text-text-tertiary'>{t('workflow.nodes.humanInput.editor.previewTip')}</div>
</div>
</div>
)

View File

@ -994,6 +994,7 @@ const translation = {
},
editor: {
notes: 'notes',
previewTip: 'In preview mode, action buttons are not functional.',
},
errorMsg: {
noDeliveryMethod: 'Please select at least one delivery method',

View File

@ -994,6 +994,7 @@ const translation = {
},
editor: {
notes: ' 笔记',
previewTip: '在预览模式下,操作按钮无法使用。',
},
errorMsg: {
noDeliveryMethod: '请至少选择一种提交方式',