diff --git a/src/requestdialog.ui b/src/requestdialog.ui index e447257..fdee256 100644 --- a/src/requestdialog.ui +++ b/src/requestdialog.ui @@ -216,7 +216,7 @@ - Request payment from a Sapling address. You'll send a ARRR 0.0001 transaction to the address with a zcash payment URI. The memo will be included in the transaction when the address pays you. + Request payment from a Sapling address. You'll send a ARRR 0.0001 transaction to the address with a Pirate payment URI. The memo will be included in the transaction when the address pays you. true diff --git a/src/settings.cpp b/src/settings.cpp index b65896e..cb420ab 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -297,7 +297,7 @@ PaymentURI Settings::parseURI(QString uri) { PaymentURI ans; if (!uri.startsWith("zcash:")) { - ans.error = "Not a zcash payment URI"; + ans.error = "Not a Pirate payment URI"; return ans; }