mirror of https://github.com/langgenius/dify.git
fix: preview i18n and ui promblem
This commit is contained in:
parent
9bdd7e5465
commit
f22dcee6d9
|
|
@ -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>
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -994,6 +994,7 @@ const translation = {
|
|||
},
|
||||
editor: {
|
||||
notes: ' 笔记',
|
||||
previewTip: '在预览模式下,操作按钮无法使用。',
|
||||
},
|
||||
errorMsg: {
|
||||
noDeliveryMethod: '请至少选择一种提交方式',
|
||||
|
|
|
|||
Loading…
Reference in New Issue