mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
Merge pull request #4028 from SomberNight/wizard_menu_master_key_str
wizard: rename option to "use a master key"
This commit is contained in:
commit
360dd5a7aa
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class BaseWizard(object):
|
||||||
choices = [
|
choices = [
|
||||||
('choose_seed_type', _('Create a new seed')),
|
('choose_seed_type', _('Create a new seed')),
|
||||||
('restore_from_seed', _('I already have a seed')),
|
('restore_from_seed', _('I already have a seed')),
|
||||||
('restore_from_key', _('Use public or private keys')),
|
('restore_from_key', _('Use a master key')),
|
||||||
]
|
]
|
||||||
if not self.is_kivy:
|
if not self.is_kivy:
|
||||||
choices.append(('choose_hw_device', _('Use a hardware device')))
|
choices.append(('choose_hw_device', _('Use a hardware device')))
|
||||||
|
|
Loading…
Add table
Reference in a new issue