mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 09:37:31 +00:00
Rebrand Electrum to LBRY Vault
This commit is contained in:
parent
6b2df3e4a0
commit
39258cf967
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
|||
def __init__(self, config: 'SimpleConfig', app: QApplication, plugins: 'Plugins'):
|
||||
QDialog.__init__(self, None)
|
||||
BaseWizard.__init__(self, config, plugins)
|
||||
self.setWindowTitle('Electrum - ' + _('Install Wizard'))
|
||||
self.setWindowTitle('LBRY Vault - ' + _('Install Wizard'))
|
||||
self.app = app
|
||||
self.config = config
|
||||
self.setMinimumSize(600, 400)
|
||||
|
|
Loading…
Add table
Reference in a new issue