Skip to content

Commit 5fe00a6

Browse files
committed
typo in linked account settings
1 parent 1908051 commit 5fe00a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/web/src/ee/features/permissionSyncing/components/linkedAccountsSettings.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)