@@ -73,7 +73,7 @@ export function ConnectPage(props: {
|
|||||||
};
|
};
|
||||||
}, [magicLinkSent]);
|
}, [magicLinkSent]);
|
||||||
|
|
||||||
usePageTitle(__("Connect to Probo"));
|
usePageTitle(__(`Connect to ${organization.name}'s Compliance Page`));
|
||||||
|
|
||||||
const {
|
const {
|
||||||
handleSubmit: handleSubmitWrapper,
|
handleSubmit: handleSubmitWrapper,
|
||||||
@@ -128,7 +128,7 @@ export function ConnectPage(props: {
|
|||||||
<div className="space-y-6 w-full max-w-md mx-auto">
|
<div className="space-y-6 w-full max-w-md mx-auto">
|
||||||
<div className="space-y-2 text-center">
|
<div className="space-y-2 text-center">
|
||||||
<h1 className="text-3xl font-bold">
|
<h1 className="text-3xl font-bold">
|
||||||
{__("Connect to Compliance Page")}
|
{__(`Connect to ${organization.name}'s Compliance Page`)}
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-txt-tertiary">
|
<p className="text-txt-tertiary">
|
||||||
{__(
|
{__(
|
||||||
|
|||||||
Reference in New Issue
Block a user