move translation tags (#7823)
This commit is contained in:
@@ -126,10 +126,12 @@ export function StepHandle() {
|
|||||||
</View>
|
</View>
|
||||||
{draftValue !== '' && (
|
{draftValue !== '' && (
|
||||||
<Text style={[a.text_md]}>
|
<Text style={[a.text_md]}>
|
||||||
<Trans>Your full username will be</Trans>{' '}
|
<Trans>
|
||||||
<Text style={[a.text_md, a.font_bold]}>
|
Your full username will be{' '}
|
||||||
@{createFullHandle(draftValue, state.userDomain)}
|
<Text style={[a.text_md, a.font_bold]}>
|
||||||
</Text>
|
@{createFullHandle(draftValue, state.userDomain)}
|
||||||
|
</Text>
|
||||||
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user