mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
history server-> main server
This commit is contained in:
parent
c18c2bcc2b
commit
15ac97c1dc
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ class NetworkDialog(QDialog):
|
|||
status = _("Not connected")
|
||||
|
||||
if interface.is_connected:
|
||||
status += "\n" + _("History server:") + " %s"%(interface.host)
|
||||
status += "\n" + _("Main server:") + " %s"%(interface.host)
|
||||
else:
|
||||
status += "\n" + _("History server is disconnected")
|
||||
status += "\n" + _("Disconnected from main server")
|
||||
|
||||
|
||||
server = interface.server
|
||||
|
|
Loading…
Add table
Reference in a new issue