diff --git a/src/components/ToolCall.tsx b/src/components/ToolCall.tsx index 69988b0..141b1c4 100644 --- a/src/components/ToolCall.tsx +++ b/src/components/ToolCall.tsx @@ -207,7 +207,7 @@ export function ToolCall({ name, input, result }: { name: string; input?: any; r
{inputStr && (
-
Paramètres
+
{t('tool.parameters')}
= { 'thinking.label': 'Réflexion', + 'tool.parameters': 'Paramètres', 'tool.result': 'Résultat', 'connection.reconnecting': 'Connexion perdue — reconnexion…',