From 8ca76ae3dba9e1bb0b01fa18e0ca6402105706a2 Mon Sep 17 00:00:00 2001 From: Jiawei Zhao Date: Fri, 4 Sep 2026 14:20:49 +0800 Subject: [PATCH] fix(desktop): use sentence case in trace Mixed title casing made adjacent usage labels look inconsistent. Generated-by: OpenAI Codex Signed-off-by: Jiawei Zhao --- apps/desktop/src/renderer/locales/conversation-copy.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/desktop/src/renderer/locales/conversation-copy.ts b/apps/desktop/src/renderer/locales/conversation-copy.ts index 797dda1f15..dc15047211 100644 --- a/apps/desktop/src/renderer/locales/conversation-copy.ts +++ b/apps/desktop/src/renderer/locales/conversation-copy.ts @@ -867,10 +867,10 @@ const COPY = { }, durationUsage: { title: 'Time breakdown', - center: 'Recorded Time', + center: 'Recorded time', segment: { - model: (count) => `LLM Calls × ${count}`, - tool: (count) => `Tool Runs × ${count}`, + model: (count) => `LLM calls × ${count}`, + tool: (count) => `Tool runs × ${count}`, }, }, coveragePartial: (parts) =>