diff --git a/apps/web/src/app/[locale]/awooop/work-items/page.tsx b/apps/web/src/app/[locale]/awooop/work-items/page.tsx index 635df5d9a..cebb914b6 100644 --- a/apps/web/src/app/[locale]/awooop/work-items/page.tsx +++ b/apps/web/src/app/[locale]/awooop/work-items/page.tsx @@ -3092,9 +3092,6 @@ function KnowledgeOwnerReviewSingleItemRail({
{t("staleCandidates.singleItemRail.title")}
-- {t("staleCandidates.singleItemRail.subtitle")} -
{t(`staleCandidates.singleItemRail.step.${step.key}` as never)}
-- {step.detail} -
- {t("subtitle")} -
@@ -4269,9 +4260,6 @@ function OperatorSopRail({{t(`conclusion.${conclusionKey}.title` as never)}
-- {t(`conclusion.${conclusionKey}.detail` as never)} -
{loading ? "--" : formatCount(stage.value)}
-- {t(`flow.${stage.key}.detail` as never)} -
- {t(`cards.${card.key}.detail` as never, card.values as never)} -
{t("title")} -- {t("subtitle")} -
- {t(`lanes.${lane.key}.detail` as never)} -
- {t("subtitle")} -
@@ -4675,9 +4648,6 @@ function AutomationAssetLedgerPanel({{loading ? "--" : formatCount(node.value)}
-- {t(`flow.${node.key}.detail` as never)} -
))} @@ -4696,9 +4666,6 @@ function AutomationAssetLedgerPanel({{t(`items.${item.key}.title` as never)}
-- {t(`items.${item.key}.detail` as never)} -
@@ -4790,9 +4757,6 @@ function ReportSourceGapOwnerReviewPanel({- {t("subtitle")} -
@@ -5061,9 +5025,6 @@ function RepairCandidateDraftPanel({- {t("subtitle")} -
@@ -5091,9 +5052,6 @@ function RepairCandidateDraftPanel({{t(`flow.${step}.title` as never)}
-- {t(`flow.${step}.detail` as never)} -
))} @@ -5104,9 +5062,6 @@ function RepairCandidateDraftPanel({- {t("promotion.subtitle")} -
{t("promotion.closure.title")}
-- {t("promotion.closure.subtitle")} -
- {t("subtitle", { - total: queue?.total ?? 0, - ready: queue?.ready_for_ai ?? 0, - human: queue?.needs_human ?? 0, - })} -
- {t("staleCandidates.operationRail.subtitle")} -
{t("staleCandidates.batchActions.title")}
-- {t("staleCandidates.batchActions.subtitle")} -
{t("staleCandidates.completionQueue.title")}
-- {t("staleCandidates.completionQueue.subtitle")} -
{t("staleCandidates.ownerReviewInbox.title")}
-- {t("staleCandidates.ownerReviewInbox.subtitle")} -
- {t("subtitle")} -
- {t("nodeReceipts.subtitle")} -
- {t("subtitle")} -
- {t("subtitle")} -
- {t("subtitle")} -
- {t("subtitle", { count: workItems.length })} -