mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
refactor(composer-add-menu-drawer, thread): update "Browse all connectors" text to "Manage connectors" for consistency
This commit is contained in:
parent
81e8c353f0
commit
4e678a9e09
2 changed files with 2 additions and 2 deletions
|
|
@ -217,7 +217,7 @@ export function ComposerAddMenuDrawer({
|
|||
}}
|
||||
>
|
||||
<LayoutGrid className="size-4 shrink-0 text-muted-foreground" />
|
||||
<span className="flex-1 text-left">Browse all connectors</span>
|
||||
<span className="flex-1 text-left">Manage connectors</span>
|
||||
</button>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -1281,7 +1281,7 @@ const ComposerAction: FC<ComposerActionProps> = ({
|
|||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItem onSelect={openConnectors} className="gap-2">
|
||||
<LayoutGrid className="h-4 w-4" />
|
||||
Browse all connectors
|
||||
Manage connectors
|
||||
</DropdownMenuItem>
|
||||
</DropdownMenuSubContent>
|
||||
</DropdownMenuPortal>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue