Skip to content

Commit cbe8f7d

Browse files
committed
fix: cleanup paywall copy
1 parent ff7f59d commit cbe8f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage/IdpOrgSyncPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export const IdpOrgSyncPage: FC = () => {
7777
<ChooseOne>
7878
<Cond condition={!isIdpSyncEnabled}>
7979
<Paywall
80-
message="IdP Sync"
81-
description="Configure group and role mappings to manage permissions outside of Coder. You need an Premium license to use this feature."
80+
message="IdP Organization Sync"
81+
description="Configure organization mappings to synchronize claims in your auth provider to organizations within Coder. You need an Premium license to use this feature."
8282
documentationLink={docs("/admin/users/idp-sync")}
8383
/>
8484
</Cond>

0 commit comments

Comments
 (0)