From 140c4fb49f233b1490235a774dcbd8fc3aa33a10 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Mon, 15 Jun 2026 15:17:38 +0800 Subject: [PATCH] fix(webui): clarify automation anomaly labels --- webui/src/i18n/locales/zh-CN/common.json | 4 ++-- webui/src/i18n/locales/zh-TW/common.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webui/src/i18n/locales/zh-CN/common.json b/webui/src/i18n/locales/zh-CN/common.json index a1191795..2c89c0a5 100644 --- a/webui/src/i18n/locales/zh-CN/common.json +++ b/webui/src/i18n/locales/zh-CN/common.json @@ -469,14 +469,14 @@ "stats": { "active": "运行中", "paused": "已暂停", - "failed": "需处理", + "failed": "异常", "system": "系统" }, "filters": { "all": "全部", "active": "运行中", "paused": "已暂停", - "failed": "需处理", + "failed": "异常", "system": "系统" }, "sort": { diff --git a/webui/src/i18n/locales/zh-TW/common.json b/webui/src/i18n/locales/zh-TW/common.json index 26baa44b..a943aa3b 100644 --- a/webui/src/i18n/locales/zh-TW/common.json +++ b/webui/src/i18n/locales/zh-TW/common.json @@ -469,14 +469,14 @@ "stats": { "active": "執行中", "paused": "已暫停", - "failed": "需處理", + "failed": "異常", "system": "系統" }, "filters": { "all": "全部", "active": "執行中", "paused": "已暫停", - "failed": "需處理", + "failed": "異常", "system": "系統" }, "sort": {