[🐴] change Follows Only
to People I Follow
(#4028)
This commit is contained in:
parent
6382fec732
commit
a90cc1c030
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue