Browse Source

Improve text

import_zecw
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">
<widget class="QCheckBox" name="chkInternetConn">
<property name="text">
<string>Allow connections over the internet</string>
<string>Allow connections over the internet via zec-qt-wallet wormhole</string>
</property>
</widget>
</item>

2
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");
}
}

Loading…
Cancel
Save