From 0b12173e74ee7193e9d9878f2c183ebe94046334 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sun, 17 Apr 2022 10:30:01 +0530 Subject: [PATCH] Update Message.jsx --- src/app/molecules/message/Message.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/molecules/message/Message.jsx b/src/app/molecules/message/Message.jsx index 5a906f0d..04054111 100644 --- a/src/app/molecules/message/Message.jsx +++ b/src/app/molecules/message/Message.jsx @@ -547,7 +547,7 @@ const MessageOptions = React.memo(({ variant="danger" iconSrc={BinIC} onClick={() => { - if (window.confirm('Are you sure you want to delete this event')) { + if (window.confirm('Are you sure that you want to delete this event')) { redactEvent(roomId, mEvent.getId()); } }}