Skip to content

Commit e34ca38

Browse files
Merge pull request #2082 from CapSoftware/fix/owner-seat-copy
fix(web): correct seat usage copy to say the owner uses a seat
2 parents 1bd1ccd + 78e8ae5 commit e34ca38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ export function SeatManagementCard() {
118118
<span>
119119
<span className="font-medium text-gray-12">{proSeatsUsed}</span> of{" "}
120120
<span className="font-medium text-gray-12">{proSeatsTotal}</span>{" "}
121-
Pro seats assigned to members
121+
Pro seats in use
122122
</span>
123123
{activeOrganization?.ownerIsPro && (
124124
<span className="text-xs text-gray-10">
125-
The organization owner is always on Cap Pro and doesn't use a
126-
seat.
125+
The organization owner is always on Cap Pro and uses one of your
126+
seats.
127127
</span>
128128
)}
129129
</div>

0 commit comments

Comments
 (0)