An ATproto social media client -- with an independent Appview.

[🐴] change `Follows Only` to `People I Follow` (#4028)

authored by hailey.at and committed by

GitHub a90cc1c0 6382fec7

+1 -1
+1 -1
src/screens/Messages/Settings.tsx
··· 59 59 } 60 60 items={[ 61 61 {label: _(msg`Everyone`), value: 'all'}, 62 - {label: _(msg`Follows only`), value: 'following'}, 62 + {label: _(msg`People I Follow`), value: 'following'}, 63 63 {label: _(msg`No one`), value: 'none'}, 64 64 ]} 65 65 onSelect={onSelectItem}