diff --git a/ee/tabby-schema/src/schema/license.rs b/ee/tabby-schema/src/schema/license.rs index ebe25c80623b..53855b72a287 100644 --- a/ee/tabby-schema/src/schema/license.rs +++ b/ee/tabby-schema/src/schema/license.rs @@ -39,7 +39,7 @@ impl LicenseInfo { } pub fn seat_limits_for_team_license() -> usize { - 200 + 50 } pub fn guard_seat_limit(mut self) -> Self { diff --git a/ee/tabby-ui/app/(dashboard)/settings/subscription/components/license-table.tsx b/ee/tabby-ui/app/(dashboard)/settings/subscription/components/license-table.tsx index 4dd4d6c3fe37..748fa6df1278 100644 --- a/ee/tabby-ui/app/(dashboard)/settings/subscription/components/license-table.tsx +++ b/ee/tabby-ui/app/(dashboard)/settings/subscription/components/license-table.tsx @@ -88,7 +88,7 @@ const PLANS: Plan[] = [ { name: 'Team', pricing: '$19 per user/month', - limit: 'Up to 200 users' + limit: 'Up to 50 users' }, { name: 'Enterprise', @@ -145,7 +145,7 @@ const FEATURES: FeatureGroup[] = [ { name: 'User count', community: 'Up to 5', - team: 'Up to 200', + team: 'Up to 50', enterprise: 'Unlimited' }, {