[🐴] Copy tweaks (#4042)
* `notifications` -> `conversation` * `users` -> `people` * `other participants` -> `the other participant` * rename
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user