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
|
@ -162,10 +162,10 @@ function Label({
|
|||
<View style={[a.px_md, a.py_sm, t.atoms.bg_contrast_25]}>
|
||||
<Text style={[t.atoms.text_contrast_medium]}>
|
||||
{isSelfLabel ? (
|
||||
<Trans>This label was applied by you</Trans>
|
||||
<Trans>This label was applied by you.</Trans>
|
||||
) : (
|
||||
<>
|
||||
<Trans>Source:</Trans>{' '}
|
||||
<Trans>
|
||||
Source:{' '}
|
||||
<InlineLinkText
|
||||
to={makeProfileLink(
|
||||
labeler ? labeler.creator : {did: label.src, handle: ''},
|
||||
|
@ -175,7 +175,7 @@ function Label({
|
|||
? sanitizeHandle(labeler.creator.handle, '@')
|
||||
: label.src}
|
||||
</InlineLinkText>
|
||||
</>
|
||||
</Trans>
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue