From 14e0507689c5394231bbf2fd2a3ab4fcbd919782 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 1 Apr 2026 15:28:49 +0300 Subject: [PATCH] fix(llm): web search not translated --- apps/client/src/translations/en/translation.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index 867e041b27..3443a93649 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -2323,6 +2323,7 @@ "get_child_notes": "Get child notes", "get_subtree": "Get subtree", "load_skill": "Load skill", + "web_search": "Web search", "note_in_parent": " in " } }