chore(@AccountView.qml): add object name for confirmation popup
This commit is contained in:
parent
2fae6d808d
commit
113810e31a
|
@ -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 account’s address again.")
|
||||
|
|
Loading…
Reference in New Issue