Merge pull request #1320

f04a9e0 single colour privacy level
This commit is contained in:
luigi1111
2018-04-19 11:37:02 -05:00
3 changed files with 3 additions and 11 deletions

View File

@@ -79,7 +79,7 @@ Rectangle {
var mixin = scaleValueToMixinCount(fillLevel)
console.log("PrivacyLevel changed:" + fillLevel)
console.log("mixin count: " + mixin)
privacyLabel.text = qsTr("Privacy level (ringsize %1)").arg(mixin+1) + translationManager.emptyString
privacyLabel.text = qsTr("Ring size: %1").arg(mixin+1) + translationManager.emptyString
}
function updateFromQrCode(address, payment_id, amount, tx_description, recipient_name) {