Skip to content

Commit 2bfc9b2

Browse files
committed
[PRO-211, PRO-210] Dashboard: Copy changes (#7476)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## 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}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## 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. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent e9dc219 commit 2bfc9b2

File tree

2 files changed

+2
-2
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function AssetsHeader() {
8282
Tokens
8383
</h1>
8484
<p className="text-muted-foreground">
85-
Create and Manage tokens for your project
85+
Create and manage tokens for your project
8686
</p>
8787
</div>
8888
</div>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default async function WebhooksLayout(props: {
2525
links={[
2626
{
2727
exactMatch: true,
28-
name: "Contract",
28+
name: "Contracts",
2929
path: `/team/${params.team_slug}/${params.project_slug}/webhooks`,
3030
},
3131
{

0 commit comments

Comments
 (0)