Merge pull request #2922 from SomberNight/grammar_trustedcoin

grammar fix (trustedcoin)
This commit is contained in:
ThomasV 2017-09-24 09:27:45 +02:00 committed by GitHub
commit e0a323e0be
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Plugin(TrustedCoinPlugin):
return
if wallet.can_sign_without_server():
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.')
])
action = lambda: window.show_message(msg)