mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 18:27:26 -04:00
Clearer results for Verify Payment tool
This commit is contained in:
2
main.qml
2
main.qml
@@ -622,7 +622,7 @@ ApplicationWindow {
|
|||||||
else {
|
else {
|
||||||
var dCurrentBlock = currentWallet.daemonBlockChainHeight();
|
var dCurrentBlock = currentWallet.daemonBlockChainHeight();
|
||||||
var confirmations = dCurrentBlock - height
|
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 {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user