mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Main.qml: Ringsize equals mixin +1
This commit is contained in:
parent
f1327ace32
commit
4e2e262f6a
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -464,7 +464,7 @@ ApplicationWindow {
|
|||
+ (paymentId === "" ? "" : (qsTr("\nPayment ID: ") + paymentId))
|
||||
+ qsTr("\n\nAmount: ") + walletManager.displayAmount(transaction.amount)
|
||||
+ qsTr("\nFee: ") + walletManager.displayAmount(transaction.fee)
|
||||
+ qsTr("\n\nRing size: ") + mixinCount
|
||||
+ qsTr("\n\nRing size: ") + mixinCount + 1
|
||||
+ qsTr("\n\Number of transactions: ") + transaction.txCount
|
||||
+ (transactionDescription === "" ? "" : (qsTr("\n\nDescription: ") + transactionDescription))
|
||||
+ translationManager.emptyString
|
||||
|
|
Loading…
Reference in a new issue