Browse Source

Improve text

pull/45/head
Aditya Kulkarni 5 years ago
parent
commit
dbecdf62ff
  1. 2
      src/mobileappconnector.ui
  2. 2
      src/websockets.cpp

2
src/mobileappconnector.ui

@ -81,7 +81,7 @@
<item row="3" column="0"> <item row="3" column="0">
<widget class="QCheckBox" name="chkInternetConn"> <widget class="QCheckBox" name="chkInternetConn">
<property name="text"> <property name="text">
<string>Allow connections over the internet</string> <string>Allow connections over the internet via zec-qt-wallet wormhole</string>
</property> </property>
</widget> </widget>
</item> </item>

2
src/websockets.cpp

@ -342,7 +342,7 @@ QString AppDataServer::connDesc(AppConnectionType t) {
return QObject::tr("Connected directly"); return QObject::tr("Connected directly");
} }
else { 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");
} }
} }

Loading…
Cancel
Save