File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/web/src/ee/features/permissionSyncing/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export async function LinkedAccountsSettings() {
2626 < div >
2727 < h3 className = "text-lg font-medium" > Linked Accounts</ h3 >
2828 < p className = "text-sm text-muted-foreground mt-1" >
29- Manage your linked account integrations for permission syncing .
29+ Manage the accounts linked to Sourcebot .
3030 </ p >
3131 </ div >
3232
@@ -36,9 +36,9 @@ export async function LinkedAccountsSettings() {
3636 < div className = "rounded-full bg-muted p-3 mb-4" >
3737 < ShieldCheck className = "h-6 w-6 text-muted-foreground" />
3838 </ div >
39- < p className = "text-sm font-medium text-foreground mb-1" > No integration providers configured</ p >
39+ < p className = "text-sm font-medium text-foreground mb-1" > No linked accounts configured</ p >
4040 < p className = "text-sm text-muted-foreground max-w-sm" >
41- Contact your administrator to configure integration providers for your organization.
41+ Contact your administrator to configure linked account providers for your organization.
4242 </ p >
4343 </ CardContent >
4444 </ Card >
You can’t perform that action at this time.
0 commit comments