From 61c472a62e1145ab768b87f3283d5662f7290e15 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Mon, 25 May 2026 22:53:24 +0800 Subject: [PATCH] Clarify manual alert action label --- notifications/telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/telegram.py b/notifications/telegram.py index 30a42ac..3ee7308 100644 --- a/notifications/telegram.py +++ b/notifications/telegram.py @@ -83,7 +83,7 @@ "strategy_plugin_alert_strategy": "策略:{strategy}", "strategy_plugin_alert_plugin": "插件:{plugin}", "strategy_plugin_alert_status": "状态:{route}", - "strategy_plugin_alert_action": "提醒:{action}", + "strategy_plugin_alert_action": "人工处理建议:{action}", "strategy_plugin_alert_mode": "模式:{mode}", "strategy_plugin_alert_as_of": "信号时间:{as_of}", "strategy_plugin_name_crisis_response_shadow": "危机观察通知",