move translation tags (#7823)

This commit is contained in:
surfdude29
2025-02-24 20:49:26 +00:00
committed by GitHub
parent a1699da1a9
commit a7e1913e22
+6 -4
View File
@@ -126,10 +126,12 @@ export function StepHandle() {
</View>
{draftValue !== '' && (
<Text style={[a.text_md]}>
<Trans>Your full username will be</Trans>{' '}
<Text style={[a.text_md, a.font_bold]}>
@{createFullHandle(draftValue, state.userDomain)}
</Text>
<Trans>
Your full username will be{' '}
<Text style={[a.text_md, a.font_bold]}>
@{createFullHandle(draftValue, state.userDomain)}
</Text>
</Trans>
</Text>
)}