fix(wallet): change placeholder for watch-only account

This commit is contained in:
Anastasiya S 2023-05-02 17:19:55 +03:00 committed by Anastasiya Semenkevich
parent 3ff97c9137
commit 96a2310df0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Column {
maximumHeight: Constants.addAccountPopup.itemHeight maximumHeight: Constants.addAccountPopup.itemHeight
minimumHeight: Constants.addAccountPopup.itemHeight minimumHeight: Constants.addAccountPopup.itemHeight
label: qsTr("Ethereum address or ENS name") label: qsTr("Ethereum address or ENS name")
placeholderText: "0x95222293DD7278Aa3Cdd389Cc1D1d165CCBAfe5" placeholderText: qsTr("Type or paste ETH address")
input.multiline: true input.multiline: true
input.rightComponent: StatusButton { input.rightComponent: StatusButton {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter