Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typo (#7970)

authored by

surfdude29 and committed by
GitHub
4b94a8a8 c402ae74

+1 -1
+1 -1
src/screens/List/ListHiddenScreen.tsx
··· 171 171 onPress={onRemoveList} 172 172 disabled={isProcessing}> 173 173 <ButtonText> 174 - <Trans>Removed from saved feeds</Trans> 174 + <Trans>Remove from saved feeds</Trans> 175 175 </ButtonText> 176 176 {isProcessing ? ( 177 177 <ButtonIcon icon={Loader} position="right" />