mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
kivy wizard: better message
This commit is contained in:
parent
73caa89c44
commit
b71fbd34b2
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class InstallWizard(Widget):
|
||||||
else:
|
else:
|
||||||
self.run('add_seed', (text, None))
|
self.run('add_seed', (text, None))
|
||||||
# fixme: sync
|
# fixme: sync
|
||||||
msg = _('You may use the camera and scan an extended public key, to create a watching-only wallet')
|
msg = _('You may use the camera to scan your seed. Scan a master public key to create a watching-only wallet')
|
||||||
RestoreSeedDialog(test=Wallet.is_any, message=msg, on_release=on_seed).open()
|
RestoreSeedDialog(test=Wallet.is_any, message=msg, on_release=on_seed).open()
|
||||||
|
|
||||||
def add_seed(self, text, password):
|
def add_seed(self, text, password):
|
||||||
|
|
Loading…
Add table
Reference in a new issue