diff --git a/apps/web/messages/en.json b/apps/web/messages/en.json
index 8647fed9..9992eaaa 100644
--- a/apps/web/messages/en.json
+++ b/apps/web/messages/en.json
@@ -10507,6 +10507,14 @@
"title": "資產沉澱",
"summary": "完成 {ready} / 卡點 {blocked}",
"boundary": "只讀推導;不代表已寫入 KM、更新 PlayBook trust、套用腳本 / 排程或執行 verifier。",
+ "detailsTitle": "焦點資產 ID",
+ "details": {
+ "workItem": "Work Item",
+ "dryRun": "乾跑",
+ "apply": "套用候選",
+ "verifier": "Verifier",
+ "nextStep": "下一步"
+ },
"items": {
"km": "KM",
"playbook": "PlayBook",
diff --git a/apps/web/messages/zh-TW.json b/apps/web/messages/zh-TW.json
index 8647fed9..9992eaaa 100644
--- a/apps/web/messages/zh-TW.json
+++ b/apps/web/messages/zh-TW.json
@@ -10507,6 +10507,14 @@
"title": "資產沉澱",
"summary": "完成 {ready} / 卡點 {blocked}",
"boundary": "只讀推導;不代表已寫入 KM、更新 PlayBook trust、套用腳本 / 排程或執行 verifier。",
+ "detailsTitle": "焦點資產 ID",
+ "details": {
+ "workItem": "Work Item",
+ "dryRun": "乾跑",
+ "apply": "套用候選",
+ "verifier": "Verifier",
+ "nextStep": "下一步"
+ },
"items": {
"km": "KM",
"playbook": "PlayBook",
diff --git a/apps/web/src/app/[locale]/awooop/runs/page.tsx b/apps/web/src/app/[locale]/awooop/runs/page.tsx
index 05c0280b..cf9379a4 100644
--- a/apps/web/src/app/[locale]/awooop/runs/page.tsx
+++ b/apps/web/src/app/[locale]/awooop/runs/page.tsx
@@ -4743,6 +4743,7 @@ export default function RunsPage() {
{t("boundary")}
+ {showDetails && detailItems.length > 0 && ( +{t("detailsTitle")}
+