Skip to content

Commit a3a0e43

Browse files
committed
Update credit purchase terminology in billing section
1 parent 1607229 commit a3a0e43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/billing/components/credit-balance-section.client.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function CreditBalanceSection({
6868

6969
<Separator />
7070
<div className="space-y-2">
71-
<h3 className="font-medium text-lg">Top Up Credits</h3>
71+
<h3 className="font-medium text-lg">Credits</h3>
7272
<p className="text-muted-foreground text-sm">
7373
Add credits to your account for future billing cycles. Credits are
7474
non-refundable and do not expire.
@@ -152,7 +152,7 @@ export function CreditBalanceSection({
152152

153153
<ToolTipLabel
154154
label={
155-
isOwnerAccount ? null : "Only team owners can top up credits."
155+
isOwnerAccount ? null : "Only team owners can purchase credits."
156156
}
157157
>
158158
<div>
@@ -168,7 +168,7 @@ export function CreditBalanceSection({
168168
target="_blank"
169169
>
170170
<ThirdwebMiniLogo className="mr-2 h-4 w-4" />
171-
Top Up With Crypto
171+
Buy Credits
172172
<ArrowRightIcon className="ml-2 h-4 w-4" />
173173
</a>
174174
</Button>

0 commit comments

Comments
 (0)