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