From 400c269330e15921de3f01fb69f36e036ae92d51 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 16 May 2024 08:37:04 -0700 Subject: [🐴] Copy tweaks (#4042) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * `notifications` -> `conversation` * `users` -> `people` * `other participants` -> `the other participant` * rename --- src/screens/Messages/Conversation/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screens/Messages/Conversation/index.tsx') 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} />