chore(@AccountView.qml): add object name for confirmation popup

This commit is contained in:
Anastasiya Semenkevich 2023-10-27 12:34:49 +03:00 committed by Anastasiya
parent 2fae6d808d
commit 113810e31a
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ ColumnLayout {
ConfirmationDialog {
id: confirmationPopup
objectName: "deleteAccountConfirmationPopup"
confirmButtonObjectName: "confirmDeleteAccountButton"
headerSettings.title: qsTr("Confirm %1 Removal").arg(!!root.account? root.account.name : "")
confirmationText: qsTr("You will not be able to restore viewing access to this account in the future unless you enter this accounts address again.")