From 6308d3416ab982cd286e078491e4b87f5a83f96c Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Fri, 19 Jun 2026 10:02:21 -0500 Subject: [PATCH 1/4] fix(desktop): rename "Restart messaging" -> "Restart gateway" The Command Center control restarts the whole messaging gateway, yet was labelled "Restart messaging" while the status line above it reads "Messaging gateway running/stopped". Rename the i18n key to match what it does, across all 4 locales. --- apps/desktop/src/app/command-center/index.tsx | 2 +- apps/desktop/src/i18n/en.ts | 2 +- apps/desktop/src/i18n/ja.ts | 2 +- apps/desktop/src/i18n/types.ts | 2 +- apps/desktop/src/i18n/zh-hant.ts | 2 +- apps/desktop/src/i18n/zh.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/desktop/src/app/command-center/index.tsx b/apps/desktop/src/app/command-center/index.tsx index 137b4e6e049..4261cd7d2c0 100644 --- a/apps/desktop/src/app/command-center/index.tsx +++ b/apps/desktop/src/app/command-center/index.tsx @@ -395,7 +395,7 @@ export function CommandCenterView({ initialSection, onClose, onDeleteSession, on
{visibleRows.length > 0 ? ( -
+
{visibleRows.map((entry, i) => ( 0 ? ( -
+

{t.agents.files}

diff --git a/apps/desktop/src/app/command-center/index.tsx b/apps/desktop/src/app/command-center/index.tsx index 4261cd7d2c0..57358186a03 100644 --- a/apps/desktop/src/app/command-center/index.tsx +++ b/apps/desktop/src/app/command-center/index.tsx @@ -426,7 +426,10 @@ export function CommandCenterView({ initialSection, onClose, onDeleteSession, on )}
-
+                
                   {logs.length ? logs.join('\n') : cc.noLogs}
                 
diff --git a/apps/desktop/src/app/settings/toolset-config-panel.tsx b/apps/desktop/src/app/settings/toolset-config-panel.tsx index a321096f183..d98ff2a9ace 100644 --- a/apps/desktop/src/app/settings/toolset-config-panel.tsx +++ b/apps/desktop/src/app/settings/toolset-config-panel.tsx @@ -272,7 +272,10 @@ function PostSetupRunner({ toolset, postSetupKey, onComplete }: PostSetupRunnerP
{status && (status.lines.length > 0 || status.running) && ( -
+        
           {status.lines.length > 0 ? status.lines.join('\n') : copy.postSetupStarting}
         
)} diff --git a/apps/desktop/src/components/notifications.tsx b/apps/desktop/src/components/notifications.tsx index ed26edbec0a..2558d27f93f 100644 --- a/apps/desktop/src/components/notifications.tsx +++ b/apps/desktop/src/components/notifications.tsx @@ -154,7 +154,10 @@ function NotificationDetail({ detail }: { detail: string }) {
{copy.details}
-
+        
           {detail}
         
) { return (
) { 'overflow-auto rounded-lg border border-(--ui-stroke-tertiary) px-2.5 py-1.5 font-mono text-[0.6875rem] leading-[1.5] whitespace-pre-wrap break-words text-(--ui-text-tertiary) [scrollbar-width:thin]', className )} + data-selectable-text="true" {...props} /> )