diff --git a/apps/login/locales/en.json b/apps/login/locales/en.json index 851eea7d7..1b5e82c5c 100644 --- a/apps/login/locales/en.json +++ b/apps/login/locales/en.json @@ -22,7 +22,7 @@ "loginname": { "title": "Welcome", "description": "Choose your login method:", - "register": "Register now", + "register": "Request access", "submit": "Continue", "notRegistered": "Not registered?", "termsOfService": "By continuing, you agree to Datum's Terms of Service and Privacy Policy, and to receive periodic emails with updates." @@ -166,8 +166,9 @@ "title": "Missing data", "description": "Provide email, first and last name to register." }, - "alreadyRegistered": "Already registered?", - "loginNow": "Login now.", + "alreadyRegistered": "Have an invitation?", + "loginNow": "Log in here.", + "onWaitList": "Still on the waitlist? We'll email you when it's your turn!", "title": "Register", "description": "Choose your registration method:", "noMethodAvailableWarning": "No authentication method available. Please contact your administrator.", diff --git a/apps/login/src/app/(main)/(illustration)/register/_login-btn.tsx b/apps/login/src/app/(main)/(illustration)/register/_login-btn.tsx index 98a7d5c38..0c611a4fe 100644 --- a/apps/login/src/app/(main)/(illustration)/register/_login-btn.tsx +++ b/apps/login/src/app/(main)/(illustration)/register/_login-btn.tsx @@ -7,16 +7,21 @@ export const LoginBtn = () => { const router = useRouter(); return ( -
- - -
+ <> +
+ + +
+
+ +
+ ); }; diff --git a/apps/login/src/components/boxed-card.tsx b/apps/login/src/components/boxed-card.tsx index 7959e0eec..659ec6c99 100644 --- a/apps/login/src/components/boxed-card.tsx +++ b/apps/login/src/components/boxed-card.tsx @@ -11,20 +11,20 @@ export const BoxedCard = ({ className?: string; }) => { return ( -
- +
+
{children}
-
+