diff --git a/src/mobileappconnector.ui b/src/mobileappconnector.ui index 54f7151..16f5bed 100644 --- a/src/mobileappconnector.ui +++ b/src/mobileappconnector.ui @@ -81,7 +81,7 @@ - Allow connections over the internet + Allow connections over the internet via zec-qt-wallet wormhole diff --git a/src/websockets.cpp b/src/websockets.cpp index 13ccc24..8ec881c 100644 --- a/src/websockets.cpp +++ b/src/websockets.cpp @@ -342,7 +342,7 @@ QString AppDataServer::connDesc(AppConnectionType t) { return QObject::tr("Connected directly"); } else { - return QObject::tr("Connected over the internet via zec-qt-wallet service"); + return QObject::tr("Connected over the internet via zec-qt-wallet wormhole service"); } }