diff --git a/web/i18n/en-US/workflow.json b/web/i18n/en-US/workflow.json index 51f8305666..f0b8a85c92 100644 --- a/web/i18n/en-US/workflow.json +++ b/web/i18n/en-US/workflow.json @@ -296,7 +296,7 @@ "debug.variableInspect.tab.variables": "Variables", "debug.variableInspect.tabArtifacts.emptyLink": "Learn more", "debug.variableInspect.tabArtifacts.emptyTip": "Files generated by the agent during test runs. They may be automatically cleared later.", - "debug.variableInspect.tabArtifacts.emptyTitle": "No artifacts generated yet", + "debug.variableInspect.tabArtifacts.emptyTitle": "Artifacts", "debug.variableInspect.tabArtifacts.previewNotAvailable": "Preview not available. Click download to view this file.", "debug.variableInspect.tabArtifacts.selectFile": "Select a file to preview", "debug.variableInspect.title": "Variable Inspect", diff --git a/web/i18n/zh-Hans/workflow.json b/web/i18n/zh-Hans/workflow.json index 4049304396..0778b66b65 100644 --- a/web/i18n/zh-Hans/workflow.json +++ b/web/i18n/zh-Hans/workflow.json @@ -294,7 +294,7 @@ "debug.variableInspect.tab.variables": "变量", "debug.variableInspect.tabArtifacts.emptyLink": "了解更多", "debug.variableInspect.tabArtifacts.emptyTip": "Agent 在测试运行期间生成的文件,可能会在之后被自动清理。", - "debug.variableInspect.tabArtifacts.emptyTitle": "暂无产物", + "debug.variableInspect.tabArtifacts.emptyTitle": "产物", "debug.variableInspect.tabArtifacts.previewNotAvailable": "暂不支持预览,请点击下载查看此文件。", "debug.variableInspect.tabArtifacts.selectFile": "选择文件进行预览", "debug.variableInspect.title": "变量检查",