Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/src/pages/AuditPage/AuditPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const AuditPageView: FC<AuditPageViewProps> = ({
<Cond>
<Paywall
message="Audit logs"
description="Audit logs allow you to monitor user operations on your deployment. You need an Premium license to use this feature."
description="Audit logs allow you to monitor user operations on your deployment. You need a Premium license to use this feature."
documentationLink={docs("/admin/security/audit-logs")}
/>
</Cond>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const IdpOrgSyncPage: FC = () => {
<Cond condition={!isIdpSyncEnabled}>
<Paywall
message="IdP Organization Sync"
description="Configure organization mappings to synchronize claims in your auth provider to organizations within Coder. You need an Premium license to use this feature."
description="Configure organization mappings to synchronize claims in your auth provider to organizations within Coder. You need a Premium license to use this feature."
documentationLink={docs("/admin/users/idp-sync")}
/>
</Cond>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const IdpSyncPage: FC = () => {
<Cond condition={!isIdpSyncEnabled}>
<Paywall
message="IdP Sync"
description="Configure group and role mappings to manage permissions outside of Coder. You need an Premium license to use this feature."
description="Configure group and role mappings to manage permissions outside of Coder. You need a Premium license to use this feature."
documentationLink={docs("/admin/users/idp-sync")}
/>
</Cond>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const TemplatePermissionsPage: FC = () => {
{!isTemplateRBACEnabled ? (
<Paywall
message="Template permissions"
description="Control access of templates for users and groups to templates. You need an Premium license to use this feature."
description="Control access of templates for users and groups to templates. You need a Premium license to use this feature."
documentationLink={docs("/admin/templates/template-permissions")}
/>
) : (
Expand Down
Loading