mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Private keys, instead of private key
This commit is contained in:
parent
703e74e796
commit
392f0f47b0
1 changed files with 1 additions and 1 deletions
|
@ -1949,7 +1949,7 @@ class ElectrumWindow(QMainWindow):
|
|||
grid_io.addWidget(EnterButton(_("Export"), self.do_export_history), 2, 1)
|
||||
grid_io.addWidget(HelpButton(_('Export your transaction history as csv')), 2, 3)
|
||||
|
||||
grid_io.addWidget(QLabel(_('Private key')), 3, 0)
|
||||
grid_io.addWidget(QLabel(_('Private keys')), 3, 0)
|
||||
|
||||
grid_io.addWidget(EnterButton(_("Export"), self.do_export_privkeys), 3, 1)
|
||||
grid_io.addWidget(EnterButton(_("Import"), self.do_import_privkey), 3, 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue