Skip to content

Commit d4730ca

Browse files
committed
[PRO-211, PRO-210] Dashboard: Copy changes
1 parent f5d3dc8 commit d4730ca

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)