mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +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">
|
<h2 className="text-3xl font-bold tracking-tight">
|
||||||
{isEditing ? "Edit Search Space" : "Create Search Space"}
|
{isEditing ? "Edit Search Space" : "Create Search Space"}
|
||||||
</h2>
|
</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>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
|
@ -198,8 +193,8 @@ export function SearchSpaceForm({
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<p className="text-muted-foreground">
|
<p className="text-muted-foreground">
|
||||||
A search space allows you to organize and search through your documents, generate
|
A search space is your personal workspace. Connect external sources, upload documents,
|
||||||
podcasts, and have AI-powered conversations about your content.
|
take notes, and get work done with AI agents.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</Tilt>
|
</Tilt>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue