fix(telegram): label buttons by verified outcome

This commit is contained in:
ogt
2026-07-17 00:15:20 +08:00
parent fb2b11c1d5
commit 798227859d
5 changed files with 46 additions and 41 deletions

View File

@@ -47,7 +47,7 @@ def incident_truth_chain_button_row(
"url": incident_alerts_url(incident_id, project_id=project_id),
},
{
"text": "🧭 Runs",
"text": "🧭 執行鏈",
"url": incident_runs_url(incident_id, project_id=project_id),
},
]