mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-17 13:57:27 +01:00
Merge pull request #407
e0be6d4
Clearer results for Verify Payment tool (xmr-eric)
This commit is contained in:
commit
d8ac731dd2
2
main.qml
2
main.qml
@ -663,7 +663,7 @@ ApplicationWindow {
|
||||
else {
|
||||
var dCurrentBlock = currentWallet.daemonBlockChainHeight();
|
||||
var confirmations = dCurrentBlock - height
|
||||
informationPopup.text = qsTr("This address received %1 monero, with %2 confirmations").arg(received).arg(confirmations);
|
||||
informationPopup.text = qsTr("This address received %1 monero, with %2 confirmation(s).").arg(received).arg(confirmations);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user