diff --git a/client/pages/Investors.tsx b/client/pages/Investors.tsx index 8d915ac0..5ee4109d 100644 --- a/client/pages/Investors.tsx +++ b/client/pages/Investors.tsx @@ -53,7 +53,7 @@ export default function Investors() { const activateClientRealm = async () => { try { await updateProfile({ user_type: "client" as any }); - toast({ title: "Realm set", description: "Client realm activated" }); + toast({ title: "Realm set", description: "Consulting realm activated" }); } catch (e: any) { toast({ variant: "destructive", description: e?.message || "Could not update realm" }); } @@ -171,7 +171,7 @@ export default function Investors() {

Client realm provides engagement dashboards, briefings, and investor updates. Switch realms anytime from Realms.

{user ? ( - + ) : ( )}