Change Users I follow to People I follow (#10860)
This commit is contained in:
@@ -66,7 +66,7 @@ export function MessagesSettingsScreenInner({}: Props) {
|
||||
},
|
||||
{
|
||||
name: 'following',
|
||||
label: l({context: 'allow messages from', message: `Users I follow`}),
|
||||
label: l({context: 'allow messages from', message: `People I follow`}),
|
||||
},
|
||||
{
|
||||
name: 'none',
|
||||
@@ -83,7 +83,7 @@ export function MessagesSettingsScreenInner({}: Props) {
|
||||
name: 'following',
|
||||
label: l({
|
||||
context: 'allow group chat invites from',
|
||||
message: `Users I follow`,
|
||||
message: `People I follow`,
|
||||
}),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user