Update Message.jsx
This commit is contained in:
parent
746c5e36bd
commit
9b5f71cf6c
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ const MessageOptions = React.memo(({
|
|||
variant="danger"
|
||||
iconSrc={BinIC}
|
||||
onClick={() => {
|
||||
if (window.confirm('Are you sure that you want to delete this event')) {
|
||||
if (window.confirm('Are you sure that you want to delete this event?')) {
|
||||
redactEvent(roomId, mEvent.getId());
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue