diff --git a/src/App/Header/UserMenu/UserMenu.tsx b/src/App/Header/UserMenu/UserMenu.tsx index 65e5b855de..24ded0b66f 100644 --- a/src/App/Header/UserMenu/UserMenu.tsx +++ b/src/App/Header/UserMenu/UserMenu.tsx @@ -23,7 +23,7 @@ export default function UserMenu() { className="btn-orange px-3 h-10 rounded-lg text-sm" aria-disabled={user === "loading"} > - Login + Sign-up / Login ); } diff --git a/src/App/constants.ts b/src/App/constants.ts index b742c16b34..604832dc1a 100644 --- a/src/App/constants.ts +++ b/src/App/constants.ts @@ -31,7 +31,7 @@ export const CHARITY_LINKS: LINKS = { href: `${BASE_URL}/better-giving-about/`, external: true, }, - { title: "Register", href: appRoutes.register }, + { title: "Register NPO", href: appRoutes.register }, ], GROUPS_DATA: [ {