Skip to content

Commit 47ec389

Browse files
committed
[PRO-112] Dashboard: Project FTUX copy changes
1 parent 2976af3 commit 47ec389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectFTUX/ProjectFTUX.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function GetStartedSection({ project }: { project: Project }) {
114114
</div>
115115

116116
<CodeShowcase
117-
title="POST /v1/auth/initiate"
117+
title="POST /v1/transactions"
118118
tabs={[
119119
{
120120
label: "Curl",

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectFTUX/SecretKeySection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function SecretKeySection(props: {
1616
<h3 className="mb-1 text-base text-foreground font-medium">Secret Key</h3>
1717
<p className="mb-3 text-muted-foreground text-sm">
1818
Identifies and authenticates your application from a backend. <br />{" "}
19-
This is not the full secret key, Refer to your saved secret key at the
19+
This is not the full secret key. Refer to your saved secret key at the
2020
time of creation for the full secret key.
2121
</p>
2222

0 commit comments

Comments
 (0)