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

This commit is contained in:
Hailey 2024-05-14 19:58:56 -07:00 committed by GitHub
parent 6382fec732
commit a90cc1c030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ export function MessagesSettingsScreen({}: Props) {
}
items={[
{label: _(msg`Everyone`), value: 'all'},
{label: _(msg`Follows only`), value: 'following'},
{label: _(msg`People I Follow`), value: 'following'},
{label: _(msg`No one`), value: 'none'},
]}
onSelect={onSelectItem}