Change Users I follow to People I follow (#10860)

This commit is contained in:
DS Boyce
2026-06-11 08:45:16 -07:00
committed by Samuel Newman
parent a11825aacb
commit e46db82942
+2 -2
View File
@@ -66,7 +66,7 @@ export function MessagesSettingsScreenInner({}: Props) {
}, },
{ {
name: 'following', name: 'following',
label: l({context: 'allow messages from', message: `Users I follow`}), label: l({context: 'allow messages from', message: `People I follow`}),
}, },
{ {
name: 'none', name: 'none',
@@ -83,7 +83,7 @@ export function MessagesSettingsScreenInner({}: Props) {
name: 'following', name: 'following',
label: l({ label: l({
context: 'allow group chat invites from', context: 'allow group chat invites from',
message: `Users I follow`, message: `People I follow`,
}), }),
}, },
{ {