diff options
Diffstat (limited to 'src/view/com/auth/create/Step3.tsx')
-rw-r--r-- | src/view/com/auth/create/Step3.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/create/Step3.tsx b/src/view/com/auth/create/Step3.tsx index 3b628b6b6..4c8a58519 100644 --- a/src/view/com/auth/create/Step3.tsx +++ b/src/view/com/auth/create/Step3.tsx @@ -39,7 +39,7 @@ export function Step3({ accessibilityHint="Input your user handle" /> <Text type="lg" style={[pal.text, s.pl5, s.pt10]}> - <Trans>Your full handle will be</Trans> + <Trans>Your full handle will be</Trans>{' '} <Text type="lg-bold" style={[pal.text, s.ml5]}> @{createFullHandle(uiState.handle, uiState.userDomain)} </Text> |