mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 09:41:51 +00:00
change titles
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user