diff --git a/plugins/digitalbitbox/digitalbitbox.py b/plugins/digitalbitbox/digitalbitbox.py index a472d9f97..599c8f1c0 100644 --- a/plugins/digitalbitbox/digitalbitbox.py +++ b/plugins/digitalbitbox/digitalbitbox.py @@ -174,12 +174,12 @@ class DigitalBitbox_Client(): self.password = None if reply['error']['code'] == 109: msg = _("Incorrect password entered.") + "\n\n" + \ - + reply['error']['message'] + "\n\n" + \ + reply['error']['message'] + "\n\n" + \ _("Enter your Digital Bitbox password:") else: # Should never occur msg = _("Unexpected error occurred.") + "\n\n" + \ - + reply['error']['message'] + "\n\n" + \ + reply['error']['message'] + "\n\n" + \ _("Enter your Digital Bitbox password:") # Initialize device if not yet initialized