From c9e429760d426df7549bfcd6292a0dc5e7fe7d7e Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 17 Dec 2024 00:11:21 +0000 Subject: [ELI5] Tweak wording on the signup screen (#7136) * Tweak signup wordings * Update translations --- src/screens/Signup/StepHandle.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screens/Signup/StepHandle.tsx') diff --git a/src/screens/Signup/StepHandle.tsx b/src/screens/Signup/StepHandle.tsx index 0ff0506f4..dee7df848 100644 --- a/src/screens/Signup/StepHandle.tsx +++ b/src/screens/Signup/StepHandle.tsx @@ -111,7 +111,7 @@ export function StepHandle() { handleValueRef.current = val setDraftValue(val) }} - label={_(msg`Input your user handle`)} + label={_(msg`Type your desired username`)} defaultValue={draftValue} autoCapitalize="none" autoCorrect={false} @@ -122,7 +122,7 @@ export function StepHandle() { {draftValue !== '' && ( - Your full handle will be{' '} + Your full username will be{' '} @{createFullHandle(draftValue, state.userDomain)} -- cgit 1.4.1