From 6146f24932f2fd62bb5ed1fa9a963cf8e1544ed3 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Fri, 15 Mar 2024 20:15:57 +0800 Subject: [PATCH] fix tip of workflow --- web/app/components/app/create-app-dialog/appForm.tsx | 2 +- web/i18n/en-US/app.ts | 1 + web/i18n/zh-Hans/app.ts | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/app/components/app/create-app-dialog/appForm.tsx b/web/app/components/app/create-app-dialog/appForm.tsx index 796754caa5..ff392a264f 100644 --- a/web/app/components/app/create-app-dialog/appForm.tsx +++ b/web/app/components/app/create-app-dialog/appForm.tsx @@ -165,7 +165,7 @@ const AppForm = ({
-
{t('app.newApp.completionWarning')}
+
{t('app.newApp.workflowWarning')}
} diff --git a/web/i18n/en-US/app.ts b/web/i18n/en-US/app.ts index 934266b44a..35cf85550d 100644 --- a/web/i18n/en-US/app.ts +++ b/web/i18n/en-US/app.ts @@ -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', diff --git a/web/i18n/zh-Hans/app.ts b/web/i18n/zh-Hans/app.ts index 923cfc3d3b..a61548285f 100644 --- a/web/i18n/zh-Hans/app.ts +++ b/web/i18n/zh-Hans/app.ts @@ -29,6 +29,7 @@ const translation = { completionWarning: '该类型不久后将不再支持创建', agentDescription: '构建一个智能Agent,可以自主选择工具来完成任务', workflowDescription: 'Description text here', + workflowWarning: '正在进行 Beta 测试', chatbotType: '聊天助手编排方法', basic: '基础编排', basicFor: '新手适用',