diff --git a/src/about.ui b/src/about.ui index 6332d7e..5564f1b 100644 --- a/src/about.ui +++ b/src/about.ui @@ -17,7 +17,7 @@ - ZecWallet + ZecWallet FullNode diff --git a/src/main.cpp b/src/main.cpp index 45cf2eb..b1b1dd4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -228,7 +228,7 @@ public: } w = new MainWindow(); - w->setWindowTitle("ZecWallet v" + QString(APP_VERSION)); + w->setWindowTitle("ZecWallet FullNode v" + QString(APP_VERSION)); // If there was a payment URI on the command line, pay it if (parser.positionalArguments().length() > 0) {