mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
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.
This commit is contained in:
parent
4a0c3e368a
commit
fd7e43181a
1 changed files with 2 additions and 7 deletions
|
|
@ -121,11 +121,6 @@ export function SearchSpaceForm({
|
|||
<h2 className="text-3xl font-bold tracking-tight">
|
||||
{isEditing ? "Edit Search Space" : "Create Search Space"}
|
||||
</h2>
|
||||
<p className="text-muted-foreground">
|
||||
{isEditing
|
||||
? "Update your search space details"
|
||||
: "Create a new search space to organize your documents, chats, and podcasts."}
|
||||
</p>
|
||||
</div>
|
||||
<Button
|
||||
variant="ghost"
|
||||
|
|
@ -198,8 +193,8 @@ export function SearchSpaceForm({
|
|||
)}
|
||||
</div>
|
||||
<p className="text-muted-foreground">
|
||||
A search space allows you to organize and search through your documents, generate
|
||||
podcasts, and have AI-powered conversations about your content.
|
||||
A search space is your personal workspace. Connect external sources, upload documents,
|
||||
take notes, and get work done with AI agents.
|
||||
</p>
|
||||
</div>
|
||||
</Tilt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue