Wrap Trans better
This commit is contained in:
@@ -411,23 +411,25 @@ function DialogInner({
|
|||||||
<Text
|
<Text
|
||||||
style={[a.text_sm, a.leading_tight, t.atoms.text_contrast_medium]}
|
style={[a.text_sm, a.leading_tight, t.atoms.text_contrast_medium]}
|
||||||
numberOfLines={1}>
|
numberOfLines={1}>
|
||||||
<Trans>By</Trans>{' '}
|
<Trans>
|
||||||
<InlineLinkText
|
By{' '}
|
||||||
label={_(msg`View ${info.creatorHandle}'s profile`)}
|
<InlineLinkText
|
||||||
to={makeProfileLink({
|
label={_(msg`View ${info.creatorHandle}'s profile`)}
|
||||||
did: info.creatorDid,
|
to={makeProfileLink({
|
||||||
handle: info.creatorHandle,
|
did: info.creatorDid,
|
||||||
})}
|
handle: info.creatorHandle,
|
||||||
style={[
|
})}
|
||||||
a.text_sm,
|
style={[
|
||||||
a.leading_tight,
|
a.text_sm,
|
||||||
a.underline,
|
a.leading_tight,
|
||||||
t.atoms.text_contrast_medium,
|
a.underline,
|
||||||
]}
|
t.atoms.text_contrast_medium,
|
||||||
numberOfLines={1}
|
]}
|
||||||
onPress={() => control.close()}>
|
numberOfLines={1}
|
||||||
{sanitizeHandle(info.creatorHandle, '@')}
|
onPress={() => control.close()}>
|
||||||
</InlineLinkText>
|
{sanitizeHandle(info.creatorHandle, '@')}
|
||||||
|
</InlineLinkText>
|
||||||
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user