We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8eb91 commit baef993Copy full SHA for baef993
src/extension/ui/src/components/tabs/YourClients.tsx
@@ -273,7 +273,7 @@ function ClientSetting({
273
}}
274
>
275
<Stack direction="row" alignItems="center" spacing={1}>
276
- <Typography sx={{ fontSize: 12 }}>Configure</Typography>
+ <Typography sx={{ fontSize: 12 }}>Connect</Typography>
277
{buttonsLoading[name] && <CircularProgress size={12} />}
278
</Stack>
279
</Button>
0 commit comments