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

pull/2/head
Sander Ferdinand 6 years ago
parent 60cefb3820
commit 3635b2f001

@ -63,7 +63,7 @@ Rectangle {
id: addressLine
labelText: qsTr("Address") + translationManager.emptyString
error: true;
placeholderText: qsTr("4...") + translationManager.emptyString
placeholderText: qsTr("4.. / 8..") + translationManager.emptyString
}
}

@ -290,7 +290,7 @@ Rectangle {
labelText: qsTr("Address")
addressValidation: true
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>\
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") }
}