Make more localizable (#3962)
* Update ProfileList.tsx * Update NoFollowingFeed.tsx * Update LabelsOnMeDialog.tsx * Update LabelsOnMeDialog.tsx * Update NoFollowingFeed.tsx * Update SavedFeeds.tsx * Revert "Update SavedFeeds.tsx" This reverts commit db128eb27d76d27dffa87e0e70e34f603da75778.
This commit is contained in:
parent
a90cc1c030
commit
2121b5f86f
3 changed files with 20 additions and 16 deletions
|
@ -33,18 +33,18 @@ export function NoFollowingFeed() {
|
|||
|
||||
return (
|
||||
<View style={[a.flex_row, a.flex_wrap, a.align_center, a.py_md, a.px_lg]}>
|
||||
<Text
|
||||
style={[a.leading_snug, t.atoms.text_contrast_medium, {maxWidth: 310}]}>
|
||||
<Trans>Looks like you're missing a following feed.</Trans>{' '}
|
||||
<Text style={[a.leading_snug, t.atoms.text_contrast_medium]}>
|
||||
<Trans>
|
||||
Looks like you're missing a following feed.{' '}
|
||||
<InlineLinkText
|
||||
to="/"
|
||||
label={_(msg`Add the default feed of only people you follow`)}
|
||||
onPress={addRecommendedFeeds}
|
||||
style={[a.leading_snug]}>
|
||||
Click here to add one.
|
||||
</InlineLinkText>
|
||||
</Trans>
|
||||
</Text>
|
||||
|
||||
<InlineLinkText
|
||||
to="/"
|
||||
label={_(msg`Add the default feed of only people you follow`)}
|
||||
onPress={addRecommendedFeeds}
|
||||
style={[a.leading_snug]}>
|
||||
<Trans>Click here to add one.</Trans>
|
||||
</InlineLinkText>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue