mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Electrum rename to LBRY Vault
This commit is contained in:
parent
f94945b9d4
commit
2e70576eb7
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
self.setGeometry(100, 100, 840, 400)
|
||||
|
||||
def watching_only_changed(self):
|
||||
name = "Electrum Testnet" if constants.net.TESTNET else "Electrum"
|
||||
name = "LBRY Vault Testnet" if constants.net.TESTNET else "LBRY Vault"
|
||||
title = '%s %s - %s' % (name, ELECTRUM_VERSION,
|
||||
self.wallet.basename())
|
||||
extra = [self.wallet.storage.get('wallet_type', '?')]
|
||||
|
|
Loading…
Add table
Reference in a new issue