From 8b7621cb290b476b7173a0f2785addae57eb85e3 Mon Sep 17 00:00:00 2001 From: Hyu Date: Tue, 15 Sep 2026 14:58:41 +0800 Subject: [PATCH] fix(i18n): refine processor compatibility warning --- web/src/i18n/locales/zh-Hans.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts index 97455e7eb..48c255590 100644 --- a/web/src/i18n/locales/zh-Hans.ts +++ b/web/src/i18n/locales/zh-Hans.ts @@ -342,7 +342,7 @@ const zhHans = { bots: { pluginSubscriptions: { incompleteEvents: - '当前机器人无法完整支持以下监听事件:{{events}}。处理器的功能可能不完整,仍可选择并绑定。', + '当前机器人无法完整支持以下监听事件:{{events}}。处理器的表现可能不完整。', description: '自动接收插件声明的事件,与上方事件路由独立执行。', empty: '尚未绑定插件处理器。', add: '添加插件处理器',