This commit is contained in:
Kirill Vergun 2026-04-09 01:43:30 +00:00 committed by GitHub
commit f30ccde2f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",