mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
grammar fix (trustedcoin)
This commit is contained in:
parent
e99c2e8dfd
commit
d178c20b1f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Plugin(TrustedCoinPlugin):
|
||||||
return
|
return
|
||||||
if wallet.can_sign_without_server():
|
if wallet.can_sign_without_server():
|
||||||
msg = ' '.join([
|
msg = ' '.join([
|
||||||
_('This wallet is was restored from seed, and it contains two master private keys.'),
|
_('This wallet was restored from seed, and it contains two master private keys.'),
|
||||||
_('Therefore, two-factor authentication is disabled.')
|
_('Therefore, two-factor authentication is disabled.')
|
||||||
])
|
])
|
||||||
action = lambda: window.show_message(msg)
|
action = lambda: window.show_message(msg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue