You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/billing/components/credit-balance-section.client.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ export function CreditBalanceSection({
68
68
69
69
<Separator/>
70
70
<divclassName="space-y-2">
71
-
<h3className="font-medium text-lg">Top Up Credits</h3>
71
+
<h3className="font-medium text-lg">Credits</h3>
72
72
<pclassName="text-muted-foreground text-sm">
73
73
Add credits to your account for future billing cycles. Credits are
74
74
non-refundable and do not expire.
@@ -152,7 +152,7 @@ export function CreditBalanceSection({
152
152
153
153
<ToolTipLabel
154
154
label={
155
-
isOwnerAccount ? null : "Only team owners can top up credits."
155
+
isOwnerAccount ? null : "Only team owners can purchase credits."
156
156
}
157
157
>
158
158
<div>
@@ -168,7 +168,7 @@ export function CreditBalanceSection({
0 commit comments