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/components/dms/ConvoMenu.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/dms/ConvoMenu.tsx') diff --git a/src/components/dms/ConvoMenu.tsx b/src/components/dms/ConvoMenu.tsx index 16e8d98c6..cf1dbc171 100644 --- a/src/components/dms/ConvoMenu.tsx +++ b/src/components/dms/ConvoMenu.tsx @@ -171,13 +171,13 @@ let ConvoMenu = ({ muteConvo({mute: !convo?.muted})}> {convo?.muted ? ( - Unmute notifications + Unmute conversation ) : ( - Mute notifications + Mute conversation )} @@ -222,7 +222,7 @@ let ConvoMenu = ({ control={leaveConvoControl} title={_(msg`Leave conversation`)} description={_( - msg`Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for other participants.`, + msg`Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant.`, )} confirmButtonCta={_(msg`Leave`)} confirmButtonColor="negative" -- cgit 1.4.1