Skip to content

Commit

Permalink
Fix mobile test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leblow committed Apr 8, 2024
1 parent 876013d commit 1ac87b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const UsernameRegistration: FC<UsernameRegistrationProps> = ({
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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ describe('UsernameRegistration', () => {
verticalTextAlign="center"
>
We’re sorry, but the username
<Text
color="main"
fontSize={14}
Expand Down

0 comments on commit 1ac87b7

Please sign in to comment.