Skip to content

Commit

Permalink
[🐴] change Follows Only to People I Follow (#4028)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored May 15, 2024
1 parent 6382fec commit a90cc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Messages/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a90cc1c

Please sign in to comment.