From fd7e43181ac155ad94996eba7fccfe74af0f87a6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 23 Dec 2025 01:35:29 -0800 Subject: [PATCH] refactor: update search space form text for clarity and conciseness - Removed redundant editing instructions and replaced them with a more streamlined description of the search space functionality. - Enhanced user understanding by clarifying the purpose of a search space as a personal workspace with AI integration. --- surfsense_web/components/search-space-form.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/surfsense_web/components/search-space-form.tsx b/surfsense_web/components/search-space-form.tsx index d683772ef..a43370303 100644 --- a/surfsense_web/components/search-space-form.tsx +++ b/surfsense_web/components/search-space-form.tsx @@ -121,11 +121,6 @@ export function SearchSpaceForm({

{isEditing ? "Edit Search Space" : "Create Search Space"}

-

- {isEditing - ? "Update your search space details" - : "Create a new search space to organize your documents, chats, and podcasts."} -