From 4fddba62f6c87a049a7584c90d4fc5561625a9fd Mon Sep 17 00:00:00 2001 From: GuanMu Date: Thu, 17 Jul 2025 12:31:10 +0000 Subject: [PATCH] fix --- web/i18n/en-US/workflow.ts | 4 ++-- web/i18n/zh-Hans/workflow.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts index 4b5181c39a..2f40e3877f 100644 --- a/web/i18n/en-US/workflow.ts +++ b/web/i18n/en-US/workflow.ts @@ -947,8 +947,8 @@ const translation = { }, debug: { settingsTab: 'Settings', - lastRunTab: 'Last Run', - noData: { + lastRunTab: 'Last Run', + noData: { description: 'The results of the last run will be displayed here', runThisNode: 'Run this node', }, diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts index f0778ccd4b..e91b818118 100644 --- a/web/i18n/zh-Hans/workflow.ts +++ b/web/i18n/zh-Hans/workflow.ts @@ -948,8 +948,8 @@ const translation = { }, debug: { settingsTab: '设置', - lastRunTab: '上次运行', - noData: { + lastRunTab: '上次运行', + noData: { description: '上次运行的结果将显示在这里', runThisNode: '运行此节点', },