From dbecdf62ffc5339742243b9cb09462dcb11d779c Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Thu, 21 Feb 2019 11:16:26 -0800 Subject: [PATCH] Improve text --- src/mobileappconnector.ui | 2 +- src/websockets.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); } }