about summary refs log tree commit diff
path: root/src/components/dms/MessageMenu.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-05-16 08:37:04 -0700
committerGitHub <noreply@github.com>2024-05-16 08:37:04 -0700
commit400c269330e15921de3f01fb69f36e036ae92d51 (patch)
tree4cf84721519175822ce916ec3918414728828e7a /src/components/dms/MessageMenu.tsx
parentb635d000b51a440b3c0eb8a2c0c01cf8e8c54ed3 (diff)
downloadvoidsky-400c269330e15921de3f01fb69f36e036ae92d51.tar.zst
[🐴] Copy tweaks (#4042)
* `notifications` -> `conversation`

* `users` -> `people`

* `other participants` -> `the other participant`

* rename
Diffstat (limited to 'src/components/dms/MessageMenu.tsx')
-rw-r--r--src/components/dms/MessageMenu.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dms/MessageMenu.tsx b/src/components/dms/MessageMenu.tsx
index f4645f286..553e1be53 100644
--- a/src/components/dms/MessageMenu.tsx
+++ b/src/components/dms/MessageMenu.tsx
@@ -119,7 +119,7 @@ export let MessageMenu = ({
         control={deleteControl}
         title={_(msg`Delete message`)}
         description={_(
-          msg`Are you sure you want to delete this message? The message will be deleted for you, but not for other participants.`,
+          msg`Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant.`,
         )}
         confirmButtonCta={_(msg`Delete`)}
         confirmButtonColor="negative"