From 35d288333383302b4af6c83ced87f510775e2328 Mon Sep 17 00:00:00 2001 From: Rob Moffat Date: Thu, 27 Feb 2025 15:12:48 +0000 Subject: [PATCH] Made the timeout message more positive --- src/pages/signup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/signup.js b/src/pages/signup.js index 51cc45ed46..e9680a214e 100644 --- a/src/pages/signup.js +++ b/src/pages/signup.js @@ -50,8 +50,8 @@ export default function App({ location }) { } else { return (
-

Possible Issues

-

If you need support, please relay this info to help@finos.org:

+

Thank you for signing up!

+

Your invite should arrive within the hour. If this doesn't happen, please relay this info to help@finos.org:

{isSubmitted}
) }