mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Fix translation key for exit status tooltip
This commit is contained in:
parent
ae09ee5a64
commit
7259600b5c
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", { exitStatus: status.exitCode })}>
|
||||
<div
|
||||
className={cn(
|
||||
"rounded-full size-2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue