diff --git a/apps/mobile/app/components/auth/signup.tsx b/apps/mobile/app/components/auth/signup.tsx
index 50d24042c..33fcc63d7 100644
--- a/apps/mobile/app/components/auth/signup.tsx
+++ b/apps/mobile/app/components/auth/signup.tsx
@@ -363,9 +363,9 @@ export const Signup = ({
>
{welcome ? : null}
t`Your thoughts deserve a home. Create your first note and start organizing your life today.`,
button: () => t`Add Your First Note`
- }
+ },
+ settingUpYourAccount: () => t`Setting up your account...`,
+ accountAlmostReady: () => t`Your account is almost ready, please wait.`
};