From 39ee17ccf8496ae47af632f9570ac624640fcb72 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sat, 21 Feb 2026 07:14:40 +0000 Subject: [PATCH] fix: rename exitStatus interpolation param to exitCode to match i18n template --- webview-ui/src/components/chat/CommandExecution.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/chat/CommandExecution.tsx b/webview-ui/src/components/chat/CommandExecution.tsx index f5e2c9420b..a2b7df6b46 100644 --- a/webview-ui/src/components/chat/CommandExecution.tsx +++ b/webview-ui/src/components/chat/CommandExecution.tsx @@ -154,7 +154,7 @@ export const CommandExecution = ({ executionId, text, icon, title }: CommandExec {status?.status === "exited" && (
+ content={t("chat:commandExecution.exitStatus", { exitCode: status.exitCode })}>