From df1ce016253a3782c2e451c44fc87ae6a922d84f Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 22 Apr 2026 02:18:25 +0800 Subject: [PATCH] Refine probability bucket copy --- frontend/components/dashboard/PanelSections.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/components/dashboard/PanelSections.tsx b/frontend/components/dashboard/PanelSections.tsx index be9d93cf..f50a13ba 100644 --- a/frontend/components/dashboard/PanelSections.tsx +++ b/frontend/components/dashboard/PanelSections.tsx @@ -1094,8 +1094,8 @@ export function ProbabilityDistribution({ {topProbability && topProbabilityText ? locale === "en-US" - ? `${topProbabilityLabel} leads at ${topProbabilityText}` - : `${topProbabilityLabel} 当前最高,${topProbabilityText}` + ? `${topProbabilityLabel} is the top single bucket at ${topProbabilityText}` + : `${topProbabilityLabel} 单点最高,${topProbabilityText}` : locale === "en-US" ? "Awaiting calibrated buckets" : "等待校准概率桶"} @@ -1138,8 +1138,8 @@ export function ProbabilityDistribution({ {marketContractRows.length > 0 ? locale === "en-US" - ? "aligned to market contract buckets" - : "已按市场合约桶聚合" + ? "market buckets are aggregated from single-degree EMOS buckets" + : "市场合约桶由单点 EMOS 概率聚合" : locale === "en-US" ? "calibrated temperature buckets" : "校准后的温度桶"}