From 1ac87b723cdf51f6512a816f8fa84a7fe20a5178 Mon Sep 17 00:00:00 2001 From: Lucas Leblow Date: Mon, 8 Apr 2024 14:21:29 -0700 Subject: [PATCH] Fix mobile test --- .../components/Registration/UsernameRegistration.component.tsx | 2 +- .../src/components/Registration/UsernameRegistration.test.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mobile/src/components/Registration/UsernameRegistration.component.tsx b/packages/mobile/src/components/Registration/UsernameRegistration.component.tsx index 236eb5fe3c..93e10f684e 100644 --- a/packages/mobile/src/components/Registration/UsernameRegistration.component.tsx +++ b/packages/mobile/src/components/Registration/UsernameRegistration.component.tsx @@ -124,7 +124,7 @@ export const UsernameRegistration: FC = ({ hint={ isNewUser ? 'Your username cannot have any spaces or special characters, must be lowercase letters and numbers only.' - : 'Your username will be public, but you can choose any name you like. No spaces or special characters. Lowercase letters and numbers only. ' + : 'Your username will be public, but you can choose any name you like. No spaces or special characters. Lowercase letters and numbers only.' } disabled={loading} validation={inputError} diff --git a/packages/mobile/src/components/Registration/UsernameRegistration.test.tsx b/packages/mobile/src/components/Registration/UsernameRegistration.test.tsx index 4ec77eeedd..b9b0fc51fa 100644 --- a/packages/mobile/src/components/Registration/UsernameRegistration.test.tsx +++ b/packages/mobile/src/components/Registration/UsernameRegistration.test.tsx @@ -434,7 +434,7 @@ describe('UsernameRegistration', () => { verticalTextAlign="center" > We’re sorry, but the username - +