From 73c924b44040188a699f5decc0e92af06d827a48 Mon Sep 17 00:00:00 2001 From: MananTank Date: Tue, 18 Nov 2025 16:30:46 +0000 Subject: [PATCH] [PRO-112] Dashboard: Project FTUX copy changes (#8428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR focuses on updating the titles and text in the `ProjectFTUX` components to reflect changes in the API endpoint and improve the clarity of the secret key information. ### Detailed summary - Changed the `title` in `ProjectFTUX.tsx` from "POST /v1/auth/initiate" to "POST /v1/transactions". - Updated the text in `SecretKeySection.tsx` to clarify the reference to the full secret key, removing a comma for better readability. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit * **Bug Fixes** * Corrected punctuation in descriptive text within the project setup guide * **Documentation** * Updated API endpoint example in the getting started section --- .../(sidebar)/components/ProjectFTUX/ProjectFTUX.tsx | 2 +- .../(sidebar)/components/ProjectFTUX/SecretKeySection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectFTUX/ProjectFTUX.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectFTUX/ProjectFTUX.tsx index 5ddec808e09..c1099a5243a 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectFTUX/ProjectFTUX.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectFTUX/ProjectFTUX.tsx @@ -114,7 +114,7 @@ function GetStartedSection({ project }: { project: Project }) { Secret Key

Identifies and authenticates your application from a backend.
{" "} - This is not the full secret key, Refer to your saved secret key at the + This is not the full secret key. Refer to your saved secret key at the time of creation for the full secret key.