diff --git a/src/core/tools/executeCommandTool.ts b/src/core/tools/executeCommandTool.ts
index e3a9637214..032cac5579 100644
--- a/src/core/tools/executeCommandTool.ts
+++ b/src/core/tools/executeCommandTool.ts
@@ -278,7 +278,7 @@ export async function executeCommand(
provider?.postMessageToWebview({ type: "commandExecutionStatus", text: JSON.stringify(status) })
await task.say(
"error",
- t("common:errors:command_timeout", { seconds: commandExecutionTimeoutSeconds }),
+ t("common:errors.command_timeout", { seconds: commandExecutionTimeoutSeconds }),
undefined,
undefined,
undefined,
diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx
index c666257705..89198c0fab 100644
--- a/webview-ui/src/components/chat/ChatRow.tsx
+++ b/webview-ui/src/components/chat/ChatRow.tsx
@@ -209,13 +209,6 @@ export const ChatRowContent = ({
const [icon, title] = useMemo(() => {
switch (type) {
- case "error":
- return [
- ,
- {message.title || t("chat:error")},
- ]
case "mistake_limit_reached":
return [