[🐴] Copy tweaks (#4042)
* `notifications` -> `conversation` * `users` -> `people` * `other participants` -> `the other participant` * rename
This commit is contained in:
parent
b635d000b5
commit
400c269330
5 changed files with 10 additions and 10 deletions
|
@ -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]}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue