mirror of https://github.com/langgenius/dify.git
fix tip of workflow
This commit is contained in:
parent
9908a8bf1f
commit
6146f24932
|
|
@ -165,7 +165,7 @@ const AppForm = ({
|
|||
<div className='w-[298px] h-[0.5px] my-2 bg-[rgba(0,0,0,0.05)]'></div>
|
||||
<div className='flex items-center text-indigo-600'>
|
||||
<InfoCircle className='w-3 h-3 mr-1'/>
|
||||
<div>{t('app.newApp.completionWarning')}</div>
|
||||
<div>{t('app.newApp.workflowWarning')}</div>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ const translation = {
|
|||
completionWarning: 'This type of app will no longer be supported.',
|
||||
agentDescription: 'Build an intelligent Agent which can autonomously choose tools to complete the tasks',
|
||||
workflowDescription: 'Description text here',
|
||||
workflowWarning: 'Currently in beta',
|
||||
chatbotType: 'Chatbot orchestrate method',
|
||||
basic: 'Basic Orchestrate',
|
||||
basicFor: 'FOR BEGINNERS',
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ const translation = {
|
|||
completionWarning: '该类型不久后将不再支持创建',
|
||||
agentDescription: '构建一个智能Agent,可以自主选择工具来完成任务',
|
||||
workflowDescription: 'Description text here',
|
||||
workflowWarning: '正在进行 Beta 测试',
|
||||
chatbotType: '聊天助手编排方法',
|
||||
basic: '基础编排',
|
||||
basicFor: '新手适用',
|
||||
|
|
|
|||
Loading…
Reference in New Issue