[🐴] 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
+1 -1
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}