Skip to content

Commit 82dc649

Browse files
committed
improve copy
1 parent e1241a0 commit 82dc649

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/sim/ee/access-control/components/access-control.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,9 @@ export function AccessControl() {
11631163
if (!canManage) {
11641164
return (
11651165
<div className='flex h-full items-center justify-center text-[var(--text-muted)] text-sm'>
1166-
Only organization admins on Enterprise plans can manage Access Control settings.
1166+
{!organizationId
1167+
? "Access Control applies to organization workspaces. This workspace isn't part of an organization."
1168+
: 'Only organization admins on Enterprise plans can manage Access Control settings.'}
11671169
</div>
11681170
)
11691171
}

0 commit comments

Comments
 (0)