Fix: Update seed dialog window title from Electrum to Pallectrum
This commit is contained in:
@@ -420,7 +420,7 @@ class KeysWidget(QWidget):
|
||||
class SeedDialog(WindowModalDialog):
|
||||
|
||||
def __init__(self, parent, seed, passphrase, *, config: 'SimpleConfig'):
|
||||
WindowModalDialog.__init__(self, parent, ('Electrum - ' + _('Seed')))
|
||||
WindowModalDialog.__init__(self, parent, ('Pallectrum - ' + _('Seed')))
|
||||
self.setMinimumWidth(400)
|
||||
vbox = QVBoxLayout(self)
|
||||
title = _("Your wallet generation seed is:")
|
||||
|
||||
Reference in New Issue
Block a user