mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
follow-up 3c505660a6
This commit is contained in:
parent
7869232737
commit
d3065f73bf
1 changed files with 2 additions and 2 deletions
|
@ -174,12 +174,12 @@ class DigitalBitbox_Client():
|
||||||
self.password = None
|
self.password = None
|
||||||
if reply['error']['code'] == 109:
|
if reply['error']['code'] == 109:
|
||||||
msg = _("Incorrect password entered.") + "\n\n" + \
|
msg = _("Incorrect password entered.") + "\n\n" + \
|
||||||
+ reply['error']['message'] + "\n\n" + \
|
reply['error']['message'] + "\n\n" + \
|
||||||
_("Enter your Digital Bitbox password:")
|
_("Enter your Digital Bitbox password:")
|
||||||
else:
|
else:
|
||||||
# Should never occur
|
# Should never occur
|
||||||
msg = _("Unexpected error occurred.") + "\n\n" + \
|
msg = _("Unexpected error occurred.") + "\n\n" + \
|
||||||
+ reply['error']['message'] + "\n\n" + \
|
reply['error']['message'] + "\n\n" + \
|
||||||
_("Enter your Digital Bitbox password:")
|
_("Enter your Digital Bitbox password:")
|
||||||
|
|
||||||
# Initialize device if not yet initialized
|
# Initialize device if not yet initialized
|
||||||
|
|
Loading…
Add table
Reference in a new issue