Updating translations and some UI stuff

This commit is contained in:
fekt
2024-04-11 20:55:22 -04:00
parent 022e322a0b
commit a3ce9a3ae8
32 changed files with 720 additions and 719 deletions

View File

@@ -49,7 +49,7 @@ void RequestDialog::setupDialog(MainWindow* main, QDialog* d, Ui_RequestDialog*
void RequestDialog::showPaymentConfirmation(MainWindow* main, QString paymentURI) {
PaymentURI payInfo = Settings::parseURI(paymentURI);
if (!payInfo.error.isEmpty()) {
QMessageBox::critical(main, tr("Error paying hush URI"),
QMessageBox::critical(main, tr("Error paying DRGX URI"),
tr("URI should be of the form 'hush:<addr>?amt=x&memo=y") + "\n" + payInfo.error);
return;
}