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 db128eb27d.
This commit is contained in:
@@ -283,7 +283,11 @@ function Header({rkey, list}: {rkey: string; list: AppBskyGraphDefs.ListView}) {
|
||||
pinned,
|
||||
},
|
||||
])
|
||||
Toast.show(_(msg`${pinned ? 'Pinned to' : 'Unpinned from'} your feeds`))
|
||||
Toast.show(
|
||||
pinned
|
||||
? _(msg`Pinned to your feeds`)
|
||||
: _(msg`Unpinned from your feeds`),
|
||||
)
|
||||
} else {
|
||||
await addSavedFeeds([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user