diff --git a/client/src/components/Chat/Messages/Content/ToolCall.tsx b/client/src/components/Chat/Messages/Content/ToolCall.tsx index a713d60da2..dc95a98722 100644 --- a/client/src/components/Chat/Messages/Content/ToolCall.tsx +++ b/client/src/components/Chat/Messages/Content/ToolCall.tsx @@ -29,6 +29,7 @@ const MCPAppView = React.memo(function MCPAppView({ app: UIResource; args: string | Record; }) { + const localize = useLocalize(); const iframeRef = useRef(null); const [height, setHeight] = useState(undefined); const [loaded, setLoaded] = useState(false); @@ -82,7 +83,7 @@ const MCPAppView = React.memo(function MCPAppView({ d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z" /> - Loading interactive view... + {localize('com_ui_loading_interactive_view')} )}