mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Change input address placeholder from '4...' to '4.. / 8..'
This commit is contained in:
parent
60cefb3820
commit
3635b2f001
3 changed files with 4 additions and 3 deletions
|
@ -63,7 +63,7 @@ Rectangle {
|
||||||
id: addressLine
|
id: addressLine
|
||||||
labelText: qsTr("Address") + translationManager.emptyString
|
labelText: qsTr("Address") + translationManager.emptyString
|
||||||
error: true;
|
error: true;
|
||||||
placeholderText: qsTr("4...") + translationManager.emptyString
|
placeholderText: qsTr("4.. / 8..") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -290,7 +290,7 @@ Rectangle {
|
||||||
labelText: qsTr("Address")
|
labelText: qsTr("Address")
|
||||||
addressValidation: true
|
addressValidation: true
|
||||||
anchors.topMargin: 5 * scaleRatio
|
anchors.topMargin: 5 * scaleRatio
|
||||||
placeholderText: "4..."
|
placeholderText: "4.. / 8.."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -257,7 +257,8 @@ Rectangle {
|
||||||
labelText: qsTr("<style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style>\
|
labelText: qsTr("<style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style>\
|
||||||
Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font>")
|
Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font>")
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
placeholderText: "4.."
|
labelButtonText: qsTr("Resolve") + translationManager.emptyString
|
||||||
|
placeholderText: "4.. / 8.."
|
||||||
onInputLabelLinkActivated: { appWindow.showPageRequest("AddressBook") }
|
onInputLabelLinkActivated: { appWindow.showPageRequest("AddressBook") }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue