mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-18 13:27:28 +01:00
commit
2490b98897
8
main.qml
8
main.qml
@ -206,10 +206,10 @@ ApplicationWindow {
|
||||
|
||||
transactionConfirmationPopup.title = qsTr("Confirmation")
|
||||
transactionConfirmationPopup.text = qsTr("Please confirm transaction:\n\n")
|
||||
+ "\naddress: " + address
|
||||
+ "\npayment id: " + paymentId
|
||||
+ "\namount: " + walletManager.displayAmount(transaction.amount)
|
||||
+ "\nfee: " + walletManager.displayAmount(transaction.fee)
|
||||
+ "\nAddress: " + address
|
||||
+ "\nPayment ID: " + paymentId
|
||||
+ "\nAmount: " + walletManager.displayAmount(transaction.amount)
|
||||
+ "\nFee: " + walletManager.displayAmount(transaction.fee)
|
||||
transactionConfirmationPopup.icon = StandardIcon.Question
|
||||
transactionConfirmationPopup.open()
|
||||
// committing transaction
|
||||
|
@ -64,7 +64,7 @@ Rectangle {
|
||||
anchors.topMargin: 17
|
||||
fontSize: 14
|
||||
x: (parent.width - 17) / 2 + 17
|
||||
text: qsTr("Transaction prority")
|
||||
text: qsTr("Transaction priority")
|
||||
}
|
||||
|
||||
Row {
|
||||
|
Loading…
Reference in New Issue
Block a user