Skip to content

Commit e8cc9be

Browse files
nit on seats terminology
1 parent f738aff commit e8cc9be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/app/(app)/settings/license/currentPlanCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function CurrentPlanCard({ license }: CurrentPlanCardProps) {
7575
{isActivelyBilling && nextRenewalAt && (
7676
<div className="flex items-center gap-12">
7777
<div className="flex flex-col items-end">
78-
<p className="text-xs text-muted-foreground">Users</p>
78+
<p className="text-xs text-muted-foreground">Billed seats</p>
7979
<p className="text-sm">{seats ?? 0}</p>
8080
</div>
8181
<div className="flex flex-col items-end">

0 commit comments

Comments
 (0)