diff --git a/src/about.ui b/src/about.ui index 962f36b..056bd55 100644 --- a/src/about.ui +++ b/src/about.ui @@ -17,7 +17,7 @@ - Zecwallet Lightclient + Zecwallet Lite diff --git a/src/main.cpp b/src/main.cpp index f4f6a0f..982280b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -205,7 +205,7 @@ public: w = new MainWindow(); - w->setWindowTitle("Zecwallet Lightclient v" + QString(APP_VERSION)); + w->setWindowTitle("Zecwallet Lite v" + QString(APP_VERSION)); // If there was a payment URI on the command line, pay it if (parser.positionalArguments().length() > 0) {