From 66b48146a345008d7fca29ed1b7f74aaaaa6a4cd Mon Sep 17 00:00:00 2001 From: litongjava Date: Sun, 2 Feb 2025 16:54:31 -1000 Subject: [PATCH] change to search --- ui/components/MessageInputActions/Focus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/MessageInputActions/Focus.tsx b/ui/components/MessageInputActions/Focus.tsx index 49f7641..31c0f2f 100644 --- a/ui/components/MessageInputActions/Focus.tsx +++ b/ui/components/MessageInputActions/Focus.tsx @@ -20,7 +20,7 @@ import DeepSeekIcon from "@/assets/DeepSeekIcon"; const focusModes = [ { key: 'webSearch', - title: 'All', + title: 'Search', description: 'Searches across all of the internet', icon: , },