mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 04:06:02 +00:00
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…
x
Reference in New Issue
Block a user