bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
15.85k stars 2.2k forks source link

Fix typo in `ListHiddenScreen.tsx` #7970

Closed surfdude29 closed 1 month ago

surfdude29 commented 1 month ago

This PR fixes a typo in the list hidden screen added in #4958. The button text displays Removed from saved feeds, however it's an action that the user can take, not a toast confirming an action has been taken. So the button text should say Remove from saved feeds, like the accessibility label correctly says.

IMG_3633

https://github.com/bluesky-social/social-app/blob/d16c80d928a4e2955e3cf3e2f9efa9b18b6e0140/src/screens/List/ListHiddenScreen.tsx#L166-L174