mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
window title
This commit is contained in:
parent
37b0737f6d
commit
3a23e54a1a
1 changed files with 1 additions and 1 deletions
|
@ -977,7 +977,7 @@ class ElectrumWindow(QMainWindow):
|
|||
|
||||
dialog = QDialog(None)
|
||||
dialog.setModal(1)
|
||||
dialog.setWindowTitle(_("Seed"))
|
||||
dialog.setWindowTitle("Electrum")
|
||||
|
||||
brainwallet = ' '.join(mnemonic.mn_encode(seed))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue