mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: rename exitStatus interpolation param to exitCode to match i18n template
This commit is contained in:
parent
7259600b5c
commit
39ee17ccf8
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ export const CommandExecution = ({ executionId, text, icon, title }: CommandExec
|
|||
{status?.status === "exited" && (
|
||||
<div className="flex flex-row items-center gap-2 font-mono text-xs">
|
||||
<StandardTooltip
|
||||
content={t("chat:commandExecution.exitStatus", { exitStatus: status.exitCode })}>
|
||||
content={t("chat:commandExecution.exitStatus", { exitCode: status.exitCode })}>
|
||||
<div
|
||||
className={cn(
|
||||
"rounded-full size-2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue