[🐴] Copy tweaks (#4042)
* `notifications` -> `conversation` * `users` -> `people` * `other participants` -> `the other participant` * rename
This commit is contained in:
parent
b635d000b5
commit
400c269330
5 changed files with 10 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue