This commit is contained in:
Deleted user 2026-05-27 11:19:59 +08:00 committed by GitHub
commit f491733e4d
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", { exitCode: status.exitCode })}>
<div
className={cn(
"rounded-full size-2",