diff --git a/web/static/i18n/en-US.json b/web/static/i18n/en-US.json index c7a2b850..759f4d9f 100644 --- a/web/static/i18n/en-US.json +++ b/web/static/i18n/en-US.json @@ -234,7 +234,7 @@ }, "hitl": { "pageTitle": "HITL approvals", - "pendingTitle": "Pending interrupts" + "pendingTitle": "Pending approvals" }, "progress": { "callingAI": "Calling AI model...", diff --git a/web/static/i18n/zh-CN.json b/web/static/i18n/zh-CN.json index c8326af1..788761ac 100644 --- a/web/static/i18n/zh-CN.json +++ b/web/static/i18n/zh-CN.json @@ -234,7 +234,7 @@ }, "hitl": { "pageTitle": "人机协同审批", - "pendingTitle": "待处理中断" + "pendingTitle": "待处理审批" }, "progress": { "callingAI": "正在调用AI模型...", diff --git a/web/templates/index.html b/web/templates/index.html index caaa3d58..66f96e7a 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -734,7 +734,7 @@
-

待处理中断

+

待处理审批