diff --git a/src/screens/Signup/StepHandle.tsx b/src/screens/Signup/StepHandle.tsx index 91f439f106..502529112c 100644 --- a/src/screens/Signup/StepHandle.tsx +++ b/src/screens/Signup/StepHandle.tsx @@ -211,7 +211,7 @@ export function StepHandle() { {!validCheck.hyphenStartOrEnd ? ( - Doesn't begin or end with a hyphen + Username cannot begin or end with a hyphen ) : ( @@ -225,7 +225,7 @@ export function StepHandle() { !validCheck.totalLength) && ( - No longer than{' '} + Username cannot be longer than{' '} - {children} + {children} ) } @@ -300,7 +300,12 @@ function HandleSuggestions({ ]}> {suggestions.map((suggestion, index) => ( ))}