Update Message.jsx

This commit is contained in:
Krishan 2022-04-17 10:36:25 +05:30 committed by GitHub
parent 746c5e36bd
commit 9b5f71cf6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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());
}
}}