Skip to content

Commit baef993

Browse files
committed
Always Connect
Signed-off-by: David Gageot <[email protected]>
1 parent ef8eb91 commit baef993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/ui/src/components/tabs/YourClients.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function ClientSetting({
273273
}}
274274
>
275275
<Stack direction="row" alignItems="center" spacing={1}>
276-
<Typography sx={{ fontSize: 12 }}>Configure</Typography>
276+
<Typography sx={{ fontSize: 12 }}>Connect</Typography>
277277
{buttonsLoading[name] && <CircularProgress size={12} />}
278278
</Stack>
279279
</Button>

0 commit comments

Comments
 (0)