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> </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>
)} )}