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.
This PR fixes a typo in the
list hidden
screen added in #4958. The button text displaysRemoved 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 sayRemove from saved feeds
, like the accessibility label correctly says.https://github.com/bluesky-social/social-app/blob/d16c80d928a4e2955e3cf3e2f9efa9b18b6e0140/src/screens/List/ListHiddenScreen.tsx#L166-L174