change titles

This commit is contained in:
miloschwartz
2026-04-21 19:37:38 -07:00
parent 88eb1649e4
commit 320543f7f8
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -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 = {