Skip to content

Commit

Permalink
Update src/screens/Profile/components/ProfileFeedHeader.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: surfdude29 <[email protected]>
  • Loading branch information
gaearon and surfdude29 authored Dec 12, 2024
1 parent bd105ca commit c9ad64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Profile/components/ProfileFeedHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function ProfileFeedHeader({info}: {info: FeedSourceFeedInfo}) {
if (pinned) {
Toast.show(_(msg`Pinned ${info.displayName} to Home`))
} else {
Toast.show(_(msg`Un-pinned ${info.displayName} from Home`))
Toast.show(_(msg`Unpinned ${info.displayName} from Home`))
}
} else {
await addSavedFeeds([
Expand Down

0 comments on commit c9ad64b

Please sign in to comment.