Skip to content

Commit 4055b37

Browse files
committed
Clarify pro seat copy and add owner note
1 parent 72c8f14 commit 4055b37

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

apps/web/app/(org)/dashboard/settings/organization/components/SeatManagementCard.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,18 @@ export function SeatManagementCard() {
112112
</CardDescription>
113113
</CardHeader>
114114
<div className="flex flex-col gap-5 mt-4">
115-
<div className="flex items-center gap-3 text-sm text-gray-11">
115+
<div className="flex flex-col gap-1 text-sm text-gray-11">
116116
<span>
117117
<span className="font-medium text-gray-12">{proSeatsUsed}</span> of{" "}
118118
<span className="font-medium text-gray-12">{proSeatsTotal}</span>{" "}
119-
Pro seats assigned
119+
Pro seats assigned to members
120120
</span>
121+
{activeOrganization?.ownerIsPro && (
122+
<span className="text-xs text-gray-10">
123+
The organization owner is always on Cap Pro and doesn't use a
124+
seat.
125+
</span>
126+
)}
121127
</div>
122128

123129
<div className="flex flex-wrap items-center gap-4">

0 commit comments

Comments
 (0)