[🐴] Copy tweaks (#4042)

* `notifications` -> `conversation`

* `users` -> `people`

* `other participants` -> `the other participant`

* rename
This commit is contained in:
Hailey 2024-05-16 08:37:04 -07:00 committed by GitHub
parent b635d000b5
commit 400c269330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 10 deletions

View file

@ -277,7 +277,7 @@ function HeaderReady({
size={32}
profile={profile}
moderation={moderation.ui('avatar')}
disable={moderation.blocked}
disableHoverCard={moderation.blocked}
/>
<Text
style={[a.text_lg, a.font_bold, a.pt_sm, a.pb_2xs]}

View file

@ -62,7 +62,7 @@ export function MessagesSettingsScreen({}: Props) {
}
items={[
{label: _(msg`Everyone`), value: 'all'},
{label: _(msg`People I Follow`), value: 'following'},
{label: _(msg`Users I follow`), value: 'following'},
{label: _(msg`No one`), value: 'none'},
]}
onSelect={onSelectItem}