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

zio/stable
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
1 changed files with 1 additions and 1 deletions

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}