mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
change domain picker description and fix metadata title
This commit is contained in:
@@ -12,7 +12,7 @@ import { cache } from "react";
|
||||
import { getTranslations } from "next-intl/server";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: `Auth - "Pangolin`,
|
||||
title: `Auth - Pangolin`,
|
||||
description: ""
|
||||
};
|
||||
|
||||
|
||||
@@ -321,7 +321,9 @@ export default function DomainPicker({
|
||||
}}
|
||||
/>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
{t("domainPickerDescription")}
|
||||
{build === "saas"
|
||||
? t("domainPickerDescriptionSaas")
|
||||
: t("domainPickerDescription")}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user