fix tip of workflow

This commit is contained in:
JzoNg 2024-03-15 20:15:57 +08:00
parent 9908a8bf1f
commit 6146f24932
3 changed files with 3 additions and 1 deletions

View File

@ -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>
}

View File

@ -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',

View File

@ -29,6 +29,7 @@ const translation = {
completionWarning: '该类型不久后将不再支持创建',
agentDescription: '构建一个智能Agent可以自主选择工具来完成任务',
workflowDescription: 'Description text here',
workflowWarning: '正在进行 Beta 测试',
chatbotType: '聊天助手编排方法',
basic: '基础编排',
basicFor: '新手适用',