mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 23:37:27 -04:00
Change input address placeholder from '4...' to '4.. / 8..'
This commit is contained in:
@@ -257,7 +257,8 @@ Rectangle {
|
||||
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>")
|
||||
+ translationManager.emptyString
|
||||
placeholderText: "4.."
|
||||
labelButtonText: qsTr("Resolve") + translationManager.emptyString
|
||||
placeholderText: "4.. / 8.."
|
||||
onInputLabelLinkActivated: { appWindow.showPageRequest("AddressBook") }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user