mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-01 08:11:54 +01:00
Main.qml: Changed mixin to ring size
This commit is contained in:
parent
16f5889a15
commit
2d12a3cf3d
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\nMixin: ") + mixinCount
|
||||
+ qsTr("\n\nRing size: ") + mixinCount
|
||||
+ qsTr("\n\Number of transactions: ") + transaction.txCount
|
||||
+ (transactionDescription === "" ? "" : (qsTr("\n\nDescription: ") + transactionDescription))
|
||||
+ translationManager.emptyString
|
||||
|
Loading…
Reference in New Issue
Block a user