Skip to content

Commit

Permalink
chore(@AccountView.qml): add object name for confirmation popup
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiyaig committed Oct 27, 2023
1 parent 2fae6d8 commit 113810e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/AppLayouts/Profile/views/wallet/AccountView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 113810e

Please sign in to comment.