This commit is contained in:
SomberNight 2018-03-11 13:28:13 +01:00
parent 7869232737
commit d3065f73bf

View file

@ -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