refactor(composer-add-menu-drawer, thread): update "Browse all connectors" text to "Manage connectors" for consistency

This commit is contained in:
Anish Sarkar 2026-07-24 02:07:42 +05:30
parent 81e8c353f0
commit 4e678a9e09
2 changed files with 2 additions and 2 deletions

View file

@ -217,7 +217,7 @@ export function ComposerAddMenuDrawer({
}} }}
> >
<LayoutGrid className="size-4 shrink-0 text-muted-foreground" /> <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> </button>
</> </>
); );

View file

@ -1281,7 +1281,7 @@ const ComposerAction: FC<ComposerActionProps> = ({
<DropdownMenuSeparator /> <DropdownMenuSeparator />
<DropdownMenuItem onSelect={openConnectors} className="gap-2"> <DropdownMenuItem onSelect={openConnectors} className="gap-2">
<LayoutGrid className="h-4 w-4" /> <LayoutGrid className="h-4 w-4" />
Browse all connectors Manage connectors
</DropdownMenuItem> </DropdownMenuItem>
</DropdownMenuSubContent> </DropdownMenuSubContent>
</DropdownMenuPortal> </DropdownMenuPortal>