--- a/src/eric7/MicroPython/WifiDialogs/WifiController.py Wed Feb 22 07:48:57 2023 +0100 +++ b/src/eric7/MicroPython/WifiDialogs/WifiController.py Wed Feb 22 08:20:34 2023 +0100 @@ -204,7 +204,8 @@ self.tr("Write WiFi Credentials"), self.tr( "<p>The WiFi credentials were saved on the device. The device" - " will connect to the WiFi network at boot time.</p>"), + " will connect to the WiFi network at boot time.</p>" + ), ) else: EricMessageBox.critical( @@ -241,7 +242,8 @@ self.tr( "<p>The WiFi credentials were removed the device. The device" " will not connect to the WiFi network at boot time anymore." - "</p>"), + "</p>" + ), ) else: EricMessageBox.critical(