diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 4de5965..466f30f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -669,7 +669,7 @@ void MainWindow::payZcashURI() { // Read a zcash URI and pay it QString uri = QInputDialog::getText(this, tr("Paste zcash URI"), - "zcash://" + QString(" ").repeated(180)); + "Zcash URI" + QString(" ").repeated(180)); // URI should be of the form zcash://address?amt=x&memo=y if (!uri.startsWith("zcash:")) {