diff options
author | Hailey <me@haileyok.com> | 2024-05-16 08:37:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 08:37:04 -0700 |
commit | 400c269330e15921de3f01fb69f36e036ae92d51 (patch) | |
tree | 4cf84721519175822ce916ec3918414728828e7a /src/screens/Messages/Conversation/index.tsx | |
parent | b635d000b51a440b3c0eb8a2c0c01cf8e8c54ed3 (diff) | |
download | voidsky-400c269330e15921de3f01fb69f36e036ae92d51.tar.zst |
[🐴] Copy tweaks (#4042)
* `notifications` -> `conversation` * `users` -> `people` * `other participants` -> `the other participant` * rename
Diffstat (limited to 'src/screens/Messages/Conversation/index.tsx')
-rw-r--r-- | src/screens/Messages/Conversation/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Messages/Conversation/index.tsx b/src/screens/Messages/Conversation/index.tsx index 29019eff5..4a7c4ce9b 100644 --- a/src/screens/Messages/Conversation/index.tsx +++ b/src/screens/Messages/Conversation/index.tsx @@ -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]} |