From a7e1913e222bdd658cd7f81c79fd39c0dc3a3c02 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Mon, 24 Feb 2025 20:49:26 +0000 Subject: move translation tags (#7823) --- src/screens/Signup/StepHandle.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/screens/Signup/StepHandle.tsx b/src/screens/Signup/StepHandle.tsx index a583fb9c8..9192ba5a2 100644 --- a/src/screens/Signup/StepHandle.tsx +++ b/src/screens/Signup/StepHandle.tsx @@ -126,10 +126,12 @@ export function StepHandle() { {draftValue !== '' && ( - Your full username will be{' '} - - @{createFullHandle(draftValue, state.userDomain)} - + + Your full username will be{' '} + + @{createFullHandle(draftValue, state.userDomain)} + + )} -- cgit 1.4.1