There was an error while loading. Please reload this page.
2 parents 1bd1ccd + 78e8ae5 commit e34ca38Copy full SHA for e34ca38
1 file changed
apps/web/app/(org)/dashboard/settings/organization/components/SeatManagementCard.tsx
@@ -118,12 +118,12 @@ export function SeatManagementCard() {
118
<span>
119
<span className="font-medium text-gray-12">{proSeatsUsed}</span> of{" "}
120
<span className="font-medium text-gray-12">{proSeatsTotal}</span>{" "}
121
- Pro seats assigned to members
+ Pro seats in use
122
</span>
123
{activeOrganization?.ownerIsPro && (
124
<span className="text-xs text-gray-10">
125
- The organization owner is always on Cap Pro and doesn't use a
126
- seat.
+ The organization owner is always on Cap Pro and uses one of your
+ seats.
127
128
)}
129
</div>
0 commit comments