We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f738aff commit e8cc9beCopy full SHA for e8cc9be
1 file changed
packages/web/src/app/(app)/settings/license/currentPlanCard.tsx
@@ -75,7 +75,7 @@ export function CurrentPlanCard({ license }: CurrentPlanCardProps) {
75
{isActivelyBilling && nextRenewalAt && (
76
<div className="flex items-center gap-12">
77
<div className="flex flex-col items-end">
78
- <p className="text-xs text-muted-foreground">Users</p>
+ <p className="text-xs text-muted-foreground">Billed seats</p>
79
<p className="text-sm">{seats ?? 0}</p>
80
</div>
81
0 commit comments