Skip to content

Commit 765bd17

Browse files
matt-aitkenclaude
andcommitted
copy(webapp): tighten OSS roles empty-state wording
"Roles aren't available in this self-hosted deployment. All members have full access. Role-Based Access Controls are available in Trigger.dev Cloud or with an enterprise self-hosted license." Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5fd7b65 commit 765bd17

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.roles

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.roles/route.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,10 @@ function EmptyState({ isUsingPlugin }: { isUsingPlugin: boolean }) {
237237
if (!isUsingPlugin) {
238238
return (
239239
<div className="flex flex-col items-center gap-2 p-8 text-center">
240-
<Header3>Roles aren't available in this deployment.</Header3>
240+
<Header3>Roles aren't available in this self-hosted deployment.</Header3>
241241
<Paragraph variant="small" className="text-text-dimmed">
242-
Self-hosted Trigger.dev uses a simplified permission model where every member of an
243-
organization has full access. Role-based access control is part of Trigger.dev Cloud
244-
(Pro plan and above).
242+
All members have full access. Role-Based Access Controls are available in Trigger.dev
243+
Cloud or with an enterprise self-hosted license.
245244
</Paragraph>
246245
</div>
247246
);

0 commit comments

Comments
 (0)