Browse Source

Edit text for payment response

import_zecw
Aditya Kulkarni 5 years ago
parent
commit
4ee553c17c
  1. 2
      src/requestdialog.cpp

2
src/requestdialog.cpp

@ -77,6 +77,8 @@ void RequestDialog::showPaymentConfirmation(MainWindow* main, QString paymentURI
req.buttonBox->button(QDialogButtonBox::Ok)->setText(tr("Pay"));
req.label_6->setText(tr("You are paying a payment request. Your address will not be visible to the person requesting this payment."));
if (d.exec() == QDialog::Accepted) {
main->payZcashURI(paymentURI, req.cmbMyAddress->currentText());
}

Loading…
Cancel
Save