fix: code review

This commit is contained in:
Richard Ramos 2021-05-04 10:53:56 -04:00 committed by Iuri Matias
parent efd1677b24
commit 521d2372f3
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ PopupMenu {
id: deleteChatConfirmationDialogComponent id: deleteChatConfirmationDialogComponent
ConfirmationDialog { ConfirmationDialog {
btnType: "warn" btnType: "warn"
confirmationText: qsTr("Are you sure you want to leave this chat?")
onClosed: { onClosed: {
destroy() destroy()
} }