mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +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">
|
<div className="flex items-center gap-2">
|
||||||
<BrainCog className="h-4 w-4" />
|
<BrainCog className="h-4 w-4" />
|
||||||
<span>
|
<span>
|
||||||
<strong className="font-semibold">AI Scans:</strong> {formatNumber(plan.limits.ai - user.aiBalance)} /{" "}
|
<strong className="font-semibold">AI Analyses:</strong> {formatNumber(plan.limits.ai - user.aiBalance)}{" "}
|
||||||
{plan.limits.ai > 0 ? formatNumber(plan.limits.ai) : "Unlimited"}
|
/ {plan.limits.ai > 0 ? formatNumber(plan.limits.ai) : "Unlimited"}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export const PLANS: Record<string, Plan> = {
|
|||||||
benefits: [
|
benefits: [
|
||||||
"Special price for early adopters",
|
"Special price for early adopters",
|
||||||
"512 Mb of storage",
|
"512 Mb of storage",
|
||||||
"1000 AI file analysis",
|
"1000 AI file analyses",
|
||||||
"Unlimited transactions",
|
"Unlimited transactions",
|
||||||
"Unlimited fields, categories and projects",
|
"Unlimited fields, categories and projects",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user