+
+
+
+
+ {t('workflow.common.previewPlaceholder')}
+
+
+ )
+}
+
+export default Empty
diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts
index cbcbd6f3fc..7e851aa3de 100644
--- a/web/i18n/en-US/workflow.ts
+++ b/web/i18n/en-US/workflow.ts
@@ -30,6 +30,7 @@ const translation = {
maxTreeDepth: 'Maximum limit of {{depth}} nodes per branch',
workflowProcess: 'Workflow Process',
notRunning: 'Not running yet',
+ previewPlaceholder: 'Enter content in the box below to start debugging the Chatbot',
},
errorMsg: {
fieldRequired: '{{field}} is required',
diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts
index 30f2739f7c..0a65357af3 100644
--- a/web/i18n/zh-Hans/workflow.ts
+++ b/web/i18n/zh-Hans/workflow.ts
@@ -30,6 +30,7 @@ const translation = {
maxTreeDepth: '每个分支最大限制 {{depth}} 个节点',
workflowProcess: '工作流',
notRunning: '尚未运行',
+ previewPlaceholder: '在下面的框中输入内容开始调试聊天机器人',
},
errorMsg: {
fieldRequired: '{{field}} 不能为空',