From 521d2372f3ef4032552024737d09198ac39ef6c2 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Tue, 4 May 2021 10:53:56 -0400 Subject: [PATCH] fix: code review --- ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml b/ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml index 793f05a1a7..91055c6d4c 100644 --- a/ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml +++ b/ui/app/AppLayouts/Chat/components/ChannelContextMenu.qml @@ -142,6 +142,7 @@ PopupMenu { id: deleteChatConfirmationDialogComponent ConfirmationDialog { btnType: "warn" + confirmationText: qsTr("Are you sure you want to leave this chat?") onClosed: { destroy() }