Skip to content

Commit 5be74b8

Browse files
committed
Rename "Payment Links" to "Payments" in UI text
1 parent 4cda30a commit 5be74b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/payments/links/components/PaymentLinksTable.client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export function PaymentLinksTable(props: { clientId: string; teamId: string }) {
4444
return (
4545
<section>
4646
<div className="mb-4">
47-
<h2 className="font-semibold text-xl tracking-tight">Payment Links</h2>
47+
<h2 className="font-semibold text-xl tracking-tight">Payments</h2>
4848
<p className="text-muted-foreground text-sm">
49-
Payment links you have created in this project.
49+
Payments you have created in this project.
5050
</p>
5151
</div>
5252
<PaymentLinksTableInner clientId={props.clientId} teamId={props.teamId} />

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/payments/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default async function Page(props: {
6767
>
6868
<Button className="gap-1.5 rounded-full">
6969
<PlusIcon className="size-4" />
70-
Create Payment Link
70+
Create Payment
7171
</Button>
7272
</CreatePaymentLinkButton>
7373
),

0 commit comments

Comments
 (0)