From 2bfc9b2eb2c91a78726b59a626430151e4aa7bb7 Mon Sep 17 00:00:00 2001 From: MananTank Date: Mon, 30 Jun 2025 16:14:57 +0000 Subject: [PATCH] [PRO-211, PRO-210] Dashboard: Copy changes (#7476) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR focuses on making minor adjustments to text labels and descriptions in the application, enhancing consistency in naming and improving grammatical accuracy. ### Detailed summary - In `apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/layout.tsx`, changed `name` from "Contract" to "Contracts". - In `apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/page.tsx`, updated the phrase from "Create and Manage tokens for your project" to "Create and manage tokens for your project". > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit * **Style** * Corrected capitalization in the Assets section header for improved readability. * Updated a navigation tab label from "Contract" to "Contracts" for clarity. --- .../team/[team_slug]/[project_slug]/(sidebar)/tokens/page.tsx | 2 +- .../[team_slug]/[project_slug]/(sidebar)/webhooks/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/page.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/page.tsx index 0b55bb6c333..2edcf6b207b 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/page.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/page.tsx @@ -82,7 +82,7 @@ function AssetsHeader() { Tokens

- Create and Manage tokens for your project + Create and manage tokens for your project

diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/layout.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/layout.tsx index c76bc502dfb..4b1c85c8ebd 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/layout.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/layout.tsx @@ -25,7 +25,7 @@ export default async function WebhooksLayout(props: { links={[ { exactMatch: true, - name: "Contract", + name: "Contracts", path: `/team/${params.team_slug}/${params.project_slug}/webhooks`, }, {