mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
better message
This commit is contained in:
parent
569a3b4fab
commit
8d3a96ebf4
1 changed files with 2 additions and 0 deletions
|
@ -339,6 +339,8 @@ class BaseWizard(object):
|
|||
title = _('Passphrase')
|
||||
message = '\n'.join([
|
||||
_('You may extend your seed with a passphrase.'),
|
||||
_('This allows you to derive several wallets from the same seed.'),
|
||||
'\n',
|
||||
_('Note that this is NOT your encryption password.'),
|
||||
_('If you do not know what this is, leave this field empty.'),
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue