Wrap Trans better
This commit is contained in:
@@ -411,7 +411,8 @@ 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>
|
||||||
|
By{' '}
|
||||||
<InlineLinkText
|
<InlineLinkText
|
||||||
label={_(msg`View ${info.creatorHandle}'s profile`)}
|
label={_(msg`View ${info.creatorHandle}'s profile`)}
|
||||||
to={makeProfileLink({
|
to={makeProfileLink({
|
||||||
@@ -428,6 +429,7 @@ function DialogInner({
|
|||||||
onPress={() => control.close()}>
|
onPress={() => control.close()}>
|
||||||
{sanitizeHandle(info.creatorHandle, '@')}
|
{sanitizeHandle(info.creatorHandle, '@')}
|
||||||
</InlineLinkText>
|
</InlineLinkText>
|
||||||
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user