mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
🐛 Add missing title
This commit is contained in:
parent
7a747db0e6
commit
156e84c8b6
1 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,7 @@ import { FormattedDateTime } from "@/features/timezone/client/formatted-date-tim
|
|||
import { isSelfHosted } from "@/utils/constants";
|
||||
|
||||
import { requireUser } from "@/auth/queries";
|
||||
import { getTranslation } from "@/i18n/server";
|
||||
import {
|
||||
SettingsContent,
|
||||
SettingsSection,
|
||||
|
@ -311,3 +312,12 @@ export default async function Page() {
|
|||
</SettingsContent>
|
||||
);
|
||||
}
|
||||
|
||||
export async function generateMetadata() {
|
||||
const { t } = await getTranslation();
|
||||
return {
|
||||
title: t("billing", {
|
||||
defaultValue: "Billing",
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue