mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
fix: wording
This commit is contained in:
@@ -34,8 +34,8 @@ export function SubscriptionPlan({ user }: { user: User }) {
|
||||
<div className="flex items-center gap-2">
|
||||
<BrainCog className="h-4 w-4" />
|
||||
<span>
|
||||
<strong className="font-semibold">AI Scans:</strong> {formatNumber(plan.limits.ai - user.aiBalance)} /{" "}
|
||||
{plan.limits.ai > 0 ? formatNumber(plan.limits.ai) : "Unlimited"}
|
||||
<strong className="font-semibold">AI Analyses:</strong> {formatNumber(plan.limits.ai - user.aiBalance)}{" "}
|
||||
/ {plan.limits.ai > 0 ? formatNumber(plan.limits.ai) : "Unlimited"}
|
||||
</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user