diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/dashboards/page-client.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/dashboards/page-client.tsx index dbb0fa39a..e72fcfacc 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/dashboards/page-client.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/dashboards/page-client.tsx @@ -77,7 +77,7 @@ export default function PageClient() {
{requirePublishableClientKey - ? "You'll receive a publishable client key and a secret server key for this project." - : "You'll receive a secret server key for this project."} + ? "You'll receive a publishable client key and a secret server key for this project." + : "You'll receive a secret server key for this project."}
), }, @@ -411,7 +411,7 @@ export default function PageClient() {