diff --git a/src/app/[orgId]/settings/alerting/(list)/health-checks/page.tsx b/src/app/[orgId]/settings/alerting/(list)/health-checks/page.tsx index 10e09bfe8..5cbb9ea3d 100644 --- a/src/app/[orgId]/settings/alerting/(list)/health-checks/page.tsx +++ b/src/app/[orgId]/settings/alerting/(list)/health-checks/page.tsx @@ -11,7 +11,7 @@ import type { Metadata } from "next"; import { getTranslations } from "next-intl/server"; export const metadata: Metadata = { - title: "Health checks" + title: "Health Checks" }; type AlertingHealthChecksPageProps = { diff --git a/src/app/[orgId]/settings/health-checks/page.tsx b/src/app/[orgId]/settings/health-checks/page.tsx index e35880f56..2ee133d91 100644 --- a/src/app/[orgId]/settings/health-checks/page.tsx +++ b/src/app/[orgId]/settings/health-checks/page.tsx @@ -2,7 +2,7 @@ import type { Metadata } from "next"; import { redirect } from "next/navigation"; export const metadata: Metadata = { - title: "Health checks" + title: "Health Checks" }; type LegacyHealthChecksPageProps = {