Change input address placeholder from '4...' to '4.. / 8..'

This commit is contained in:
Sander Ferdinand
2018-04-23 01:26:11 +02:00
parent 60cefb3820
commit 3635b2f001
3 changed files with 4 additions and 3 deletions

View File

@@ -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") }
}