mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix network dialog
This commit is contained in:
parent
855445af45
commit
964c7dd75b
1 changed files with 1 additions and 1 deletions
|
@ -1890,7 +1890,7 @@ class ElectrumWindow(QMainWindow):
|
|||
interface = wallet.interface
|
||||
if parent:
|
||||
if interface.is_connected:
|
||||
status = _("Connected to")+" %s\n%d "+_("blocks")%(interface.host, wallet.verifier.height)
|
||||
status = _("Connected to")+" %s\n%d "%(interface.host, wallet.verifier.height)+_("blocks")
|
||||
else:
|
||||
status = _("Not connected")
|
||||
server = interface.server
|
||||
|
|
Loading…
Add table
Reference in a new issue